bkrem / awesome-solidity

⟠ A curated list of awesome Solidity resources, libraries, tools and more
https://bkrem.github.io/awesome-solidity
6.58k stars 950 forks source link

Add Soltsice #8

Closed buybackoff closed 7 years ago

buybackoff commented 7 years ago

Soltsice generates strongly-typed TypeScript classes for contracts from Truffle artifacts with a single command. Works nice with React + TypeScript (via https://github.com/Microsoft/TypeScript-React-Starter), should work with Angular2 as well since it is pure TS with only Truffle-contract and web3 dependencies.

buybackoff commented 7 years ago

done