Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 168 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 168 Bytes

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