Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 260 Bytes

File metadata and controls

6 lines (5 loc) · 260 Bytes

TypeScript + Solidity

  • Run yarn then ./node_modules/.bin/truffle install to get setup
  • ./node_modules/.bin/truffle compile to make sure everything builds
  • bin/compile-typings to compile TypeScript typings from ABIs
  • bin/test to run test suite