Smart contract library
$ npm install soliv
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) {}
}
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.
Any donation is greatly appreciated ❤️
Source | Link / Address |
---|---|
Github Sponsor | https://github.com/sponsors/Oli8 |
PayPal | https://paypal.me/OliCrt |
Bitcoin | 1Ez3Ts2WShUcbeGCjhZapdxVDK77DbYjdU |
Ethereum | 0xc4364cafac87fd8085dc26af4a4a8c3bbad1bd3e |
Contributions are welcome!
Feel free to get in touch if you have any suggestions
Soliv is released under the MIT License.