Add link to Truffle starter project

This commit is contained in:
Fabio Berger
2019-01-17 15:58:41 +01:00
parent d92dc47df8
commit fe2f97dabd
3 changed files with 18 additions and 6 deletions

View File

@@ -110,8 +110,12 @@ const Coverage: React.StatelessComponent<{}> = () => (
and <InlineCode>TruffleArtifactAdapter</InlineCode> for use with the{' '}
<a href="https://truffleframework.com/truffle" target="_blank">
Truffle framework
</a>
. You can also write your own and support any artifact format.
</a>{' '}
(Also see our{' '}
<a href="https://github.com/0xProject/dev-tools-truffle-example" target="_blank">
Truffle example project
</a>{' '}
for a complete walk-through). You can also write your own and support any artifact format.
</p>
<Tabs>