Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
krzkaczor committed Sep 7, 2018
1 parent 9e97bad commit f6d65b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,10 @@ That's it! Now, just import contract bindings as any other file `import { MyAwes

### Truffle

Truffle target is great when you use truffle contracts already. Check out example for more details. They require installing [typings](https://www.npmjs.com/package/truffle-typings) for truffle library itself.
Truffle target is great when you use truffle contracts already. Check out [truffle-typechain-example](https://github.com/ethereum-ts/truffle-typechain-example) for more details. It require installing [typings](https://www.npmjs.com/package/truffle-typings) for truffle library itself.

Now you can simply use your contracts as you did before and get full type safety, yay!


### Legacy

This was default and only target for typechain 0.2.x. It requires `Web3.js 0.20.x` to be installed in your project and it generates promise based wrappers. It's nice upgrade comparing to raw callbacks but in the near future Typechain will support `Web3js 1.0` target.
Expand Down

0 comments on commit f6d65b5

Please sign in to comment.