hellobloom / typescript-solidity-example

:computer: Sample Typescript with Solidity for a blog post

Home Page:https://blog.hellobloom.io/how-typescript-makes-smart-contracts-easier-to-test-and-more-robust-c612a2d99537

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:computer: Sample Typescript with Solidity for a blog post

https://blog.hellobloom.io/how-typescript-makes-smart-contracts-easier-to-test-and-more-robust-c612a2d99537


Languages

Language:TypeScript 69.9%Language:Shell 24.6%Language:JavaScript 5.4%