2.0.0 • Published 9 months ago

soliv v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

soliv

Smart contract library

Installation

$ npm install soliv

Usage

Once installed, you can use the contracts by importing them:

pragma solidity ^0.8.18;

import "soliv/contracts/access/TimeLock.sol";

contract MyDapp is TimeLock {
    constructor() TimeLock(3 days) {}
}

Contracts

Access

Security

This software is provided on an "as is" basis.\ We do not give any warranties and will not be liable for any loss incurred through any use of this codebase.

Donate

Any donation is greatly appreciated :heart:

SourceLink / Address
Github Sponsorhttps://github.com/sponsors/Oli8
PayPalhttps://paypal.me/OliCrt
Bitcoin1Ez3Ts2WShUcbeGCjhZapdxVDK77DbYjdU
Ethereum0xc4364cafac87fd8085dc26af4a4a8c3bbad1bd3e

Contribute

Contributions are welcome!\ Feel free to get in touch if you have any suggestions

License

Soliv is released under the MIT License.

2.0.0

9 months ago

1.0.0

2 years ago