aboutsummaryrefslogtreecommitdiffstats
path: root/Dapp-Development.md
diff options
context:
space:
mode:
authorHsuan Lee <jacky@17.media>2018-12-13 16:00:04 +0800
committerHsuan Lee <jacky@17.media>2018-12-13 16:00:04 +0800
commit457a3738f1fed3bfe1ac1f1771d3e8b92950cdbf (patch)
treeead72a83bcde4f0fb784f82c32660643f864f5e7 /Dapp-Development.md
parentaa99cfa20f105beebe7813bdac1325931aac0e81 (diff)
downloaddexon-wiki-457a3738f1fed3bfe1ac1f1771d3e8b92950cdbf.tar
dexon-wiki-457a3738f1fed3bfe1ac1f1771d3e8b92950cdbf.tar.gz
dexon-wiki-457a3738f1fed3bfe1ac1f1771d3e8b92950cdbf.tar.bz2
dexon-wiki-457a3738f1fed3bfe1ac1f1771d3e8b92950cdbf.tar.lz
dexon-wiki-457a3738f1fed3bfe1ac1f1771d3e8b92950cdbf.tar.xz
dexon-wiki-457a3738f1fed3bfe1ac1f1771d3e8b92950cdbf.tar.zst
dexon-wiki-457a3738f1fed3bfe1ac1f1771d3e8b92950cdbf.zip
Updated Dapp Development (markdown)
Diffstat (limited to 'Dapp-Development.md')
-rw-r--r--Dapp-Development.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/Dapp-Development.md b/Dapp-Development.md
index 3f2187e..27074b6 100644
--- a/Dapp-Development.md
+++ b/Dapp-Development.md
@@ -24,6 +24,9 @@ If you are developing apps with truffle, you will need to use [dsolidity](https:
### Truffle
+[Truffle](https://github.com/trufflesuite/truffle) is a set of tools for developing solidity apps, originally developed by ConsenSys.
+The [DEXON-port of Truffle](https://github.com/dexon-foundation/truffle) uses dsolidity, which supports on-chain unbiased randomness.
+
Get the DEXON-port of truffle suite from `npm install -g @dexon-foundation/truffle`
You can check out our demo DApp [hello-dexon](https://github.com/dexon-foundation/hello-dexon) and learn how to compile, test and deploy your smart contracts.
@@ -34,6 +37,11 @@ You can check out our demo DApp [hello-dexon](https://github.com/dexon-foundatio
### Ganache
+Ganache
+
+[Ganache](https://github.com/trufflesuite/ganache) is a JavaScript mock of Ethereum blockchain.
+The [DEXON version of Ganache](https://github.com/dexon-foundation/ganache-cli) adds additional op-codes that DEXON blocklattice introduced.
+
```
> npm i -g @dexon-foundation/ganache-cli
> dexon-ganache