Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oli8/time-locked-functions


https://github.com/oli8/time-locked-functions

Last synced: 13 days ago
JSON representation

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.