aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2019-01-17 22:58:41 +0800
committerFabio Berger <me@fabioberger.com>2019-01-17 22:58:41 +0800
commitfe2f97dabd1511918051161c882c57bcc1d41ac2 (patch)
treedf8e637f6f1d36416b491406836fbe795d57b9fd
parentd92dc47df83a38c3caba845ae053b39ccffd36b1 (diff)
downloaddexon-sol-tools-fe2f97dabd1511918051161c882c57bcc1d41ac2.tar
dexon-sol-tools-fe2f97dabd1511918051161c882c57bcc1d41ac2.tar.gz
dexon-sol-tools-fe2f97dabd1511918051161c882c57bcc1d41ac2.tar.bz2
dexon-sol-tools-fe2f97dabd1511918051161c882c57bcc1d41ac2.tar.lz
dexon-sol-tools-fe2f97dabd1511918051161c882c57bcc1d41ac2.tar.xz
dexon-sol-tools-fe2f97dabd1511918051161c882c57bcc1d41ac2.tar.zst
dexon-sol-tools-fe2f97dabd1511918051161c882c57bcc1d41ac2.zip
Add link to Truffle starter project
-rw-r--r--packages/dev-tools-pages/ts/pages/coverage.tsx8
-rw-r--r--packages/dev-tools-pages/ts/pages/profiler.tsx8
-rw-r--r--packages/dev-tools-pages/ts/pages/trace.tsx8
3 files changed, 18 insertions, 6 deletions
diff --git a/packages/dev-tools-pages/ts/pages/coverage.tsx b/packages/dev-tools-pages/ts/pages/coverage.tsx
index dc1f66462..68b55f2a2 100644
--- a/packages/dev-tools-pages/ts/pages/coverage.tsx
+++ b/packages/dev-tools-pages/ts/pages/coverage.tsx
@@ -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>
diff --git a/packages/dev-tools-pages/ts/pages/profiler.tsx b/packages/dev-tools-pages/ts/pages/profiler.tsx
index 4af0dd851..1292d726c 100644
--- a/packages/dev-tools-pages/ts/pages/profiler.tsx
+++ b/packages/dev-tools-pages/ts/pages/profiler.tsx
@@ -107,8 +107,12 @@ const Profiler: 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>
diff --git a/packages/dev-tools-pages/ts/pages/trace.tsx b/packages/dev-tools-pages/ts/pages/trace.tsx
index abfac45dd..aee779ac8 100644
--- a/packages/dev-tools-pages/ts/pages/trace.tsx
+++ b/packages/dev-tools-pages/ts/pages/trace.tsx
@@ -77,8 +77,12 @@ const Trace: 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>