Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oli8/time-locked-functions
https://github.com/oli8/time-locked-functions
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/oli8/time-locked-functions
- Owner: Oli8
- Created: 2023-02-28T17:13:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-13T16:29:34.000Z (over 1 year ago)
- Last Synced: 2024-11-11T03:12:39.534Z (about 2 months ago)
- Language: JavaScript
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Time locked functions
Repository for this [article](https://dev.to/oli8/time-locked-functions-with-solidity-44ai)
## Truffle Project
Use Ganache or Truffle Develop for tests.
#### Install dependencies
`$ npm i`
#### Run tests
`truffle test`
Working code can be found on the `final` branch.