Skip to content

blockrockettech/TimeLockTokenEscrowV2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TimeLockTokenEscrowV2

Deploying front-end

$ cd front-end;
$ npm run deploy;

Running against slither

$ docker pull trailofbits/eth-security-toolbox
  • Share the contracts directory in the container
$ docker run -it -v /{path-to-project}/smart-contracts:/share  trailofbits/eth-security-toolbox
  • Flatten contracts
$ ./truffle_flatten.sh
  • Test it works
$ slither /share/flat/TimeLockTokenEscrow.sol  --print human-summary
  • Run some simple tests
$ slither /share/flat/TimeLockTokenEscrow.sol

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors