diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-06-12 13:03:07 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-06-12 13:03:07 +0800 |
commit | 534a0d68362abb5a7e643852015c3496bead705c (patch) | |
tree | 02c5421e59dc6dea4e18dd41744a5c5fa9c49f9f /packages/metacoin/README.md | |
parent | 682f6d273c7ed4a53d02df0a33e07415836d5732 (diff) | |
download | dexon-sol-tools-534a0d68362abb5a7e643852015c3496bead705c.tar dexon-sol-tools-534a0d68362abb5a7e643852015c3496bead705c.tar.gz dexon-sol-tools-534a0d68362abb5a7e643852015c3496bead705c.tar.bz2 dexon-sol-tools-534a0d68362abb5a7e643852015c3496bead705c.tar.lz dexon-sol-tools-534a0d68362abb5a7e643852015c3496bead705c.tar.xz dexon-sol-tools-534a0d68362abb5a7e643852015c3496bead705c.tar.zst dexon-sol-tools-534a0d68362abb5a7e643852015c3496bead705c.zip |
Fix typos
Diffstat (limited to 'packages/metacoin/README.md')
-rw-r--r-- | packages/metacoin/README.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/metacoin/README.md b/packages/metacoin/README.md index 8f45154d7..15816cc67 100644 --- a/packages/metacoin/README.md +++ b/packages/metacoin/README.md @@ -1,14 +1,14 @@ ## @0xproject/metacoin -This is a small example project that server as a showroom/polygon for 0x dev tools. -It suppports: +This is an example project that demonstrates how the many Ethereum dev tools developed by 0x can be used in any Solidity/TS project. +It supports: * Compiling & testing smart contracts -* Typed contract wrappers -* Coverage -* Profiling +* Generating typed contract wrappers +* Solidity coverage +* Solidity gas profiling * Running tests against Ganache -* Running tests against our fork of Geth that supports snapshots & time travel +* Running tests against our fork of Geth (it supports snapshotting & time travel) ## Contributing @@ -81,7 +81,7 @@ yarn coverage:report:html ### Profiling -Please note that traces emmited by ganache have incorrect gas costs so we recommend using Geth for profiling. +Please note that traces emitted by ganache have incorrect gas costs so we recommend using Geth for profiling. ```bash TEST_PROVIDER=geth yarn test:profile |