Skip to content

learning resources - solidity concepts and exploitations

Notifications You must be signed in to change notification settings

dmc12-xyz/contracts

Repository files navigation

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