aboutsummaryrefslogtreecommitdiffstats
path: root/dexon-ganache.md
diff options
context:
space:
mode:
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)