aboutsummaryrefslogtreecommitdiffstats
path: root/dexon-ganache.md
diff options
context:
space:
mode:
authorHsuan Lee <boczeratul@gmail.com>2019-04-25 00:24:56 +0800
committerHsuan Lee <boczeratul@gmail.com>2019-04-25 00:25:21 +0800
commitffb6711c71d42543dfce359a18c7e4c34bf5fe9c (patch)
treefcfb16fb8990a8683c4ccd2676fc92742701c6d6 /dexon-ganache.md
parent14acb091800526e7dd85a9a1b44a25e7d6ecf054 (diff)
downloaddexon-wiki-ffb6711c71d42543dfce359a18c7e4c34bf5fe9c.tar
dexon-wiki-ffb6711c71d42543dfce359a18c7e4c34bf5fe9c.tar.gz
dexon-wiki-ffb6711c71d42543dfce359a18c7e4c34bf5fe9c.tar.bz2
dexon-wiki-ffb6711c71d42543dfce359a18c7e4c34bf5fe9c.tar.lz
dexon-wiki-ffb6711c71d42543dfce359a18c7e4c34bf5fe9c.tar.xz
dexon-wiki-ffb6711c71d42543dfce359a18c7e4c34bf5fe9c.tar.zst
dexon-wiki-ffb6711c71d42543dfce359a18c7e4c34bf5fe9c.zip
Add documentation for tools and libraries
Diffstat (limited to 'dexon-ganache.md')
-rw-r--r--dexon-ganache.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/dexon-ganache.md b/dexon-ganache.md
index 2f55eaa..9cdf92b 100644
--- a/dexon-ganache.md
+++ b/dexon-ganache.md
@@ -1 +1,19 @@
# dexon-ganache
+
+JavaScript mock of DEXON blockchain, for developing and testing smart contracts without actually connecting to a blockchain.
+
+## Usage
+
+```bash
+# Install from npm
+> npm install @dexon-foundation/ganache-cli -g
+
+# run local Ganache
+> dexon-ganache-cli
+```
+
+## Github
+
+[https://github.com/dexon-foundation/ganache-cli](https://github.com/dexon-foundation/ganache-cli)
+
+[https://github.com/dexon-foundation/ganache-core](https://github.com/dexon-foundation/ganache-core)