/typescript-solidity-example

:computer: Sample Typescript with Solidity for a blog post

Primary LanguageTypeScript

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