/contracts

learning resources - solidity concepts and exploitations

Primary LanguageTypeScript

A bunch of contracts, learning resources

Execution

  1. Select the contract to execute
cd <contract>
  1. Build and test
npm run compile
npm run test