aboutsummaryrefslogtreecommitdiffstats
path: root/Dapp-Development.md
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2018-11-10 14:50:17 +0800
committerJimmy Hu <jimmy.hu@dexon.org>2018-11-10 14:50:17 +0800
commitb8d315689878ff3a80fef9e7b667af7be1c8f809 (patch)
tree1311c49bdec94f3f8c235d07ff10eee0e8488bd5 /Dapp-Development.md
parent1917f696c4a53d140ca14f0a069510df5dddc188 (diff)
downloaddexon-wiki-b8d315689878ff3a80fef9e7b667af7be1c8f809.tar
dexon-wiki-b8d315689878ff3a80fef9e7b667af7be1c8f809.tar.gz
dexon-wiki-b8d315689878ff3a80fef9e7b667af7be1c8f809.tar.bz2
dexon-wiki-b8d315689878ff3a80fef9e7b667af7be1c8f809.tar.lz
dexon-wiki-b8d315689878ff3a80fef9e7b667af7be1c8f809.tar.xz
dexon-wiki-b8d315689878ff3a80fef9e7b667af7be1c8f809.tar.zst
dexon-wiki-b8d315689878ff3a80fef9e7b667af7be1c8f809.zip
Use `hello-dexon` for truffle.
Diffstat (limited to 'Dapp-Development.md')
-rw-r--r--Dapp-Development.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/Dapp-Development.md b/Dapp-Development.md
index 600c67d..0d202d9 100644
--- a/Dapp-Development.md
+++ b/Dapp-Development.md
@@ -20,9 +20,8 @@ This very simple contract demonastrate how to use the `rand` variable. When `upd
To compile the contract, you will need to use [dsolidity](https://github.com/dexon-foundation/dsolidity). The nodejs version can also be found [here](https://github.com/dexon-foundation/dsolc-js).
-Plan is on-going to allow truffle to support `dsolc-js`. For now, you can simply
+An on-going plan is to allow truffle to support `dsolc-js`. For now, you can simply unbox [hello-dexon](https://github.com/dexon-foundation/hello-dexon).
-1. Use truffle to develop your app
-2. Replace the random variable with `rand`
-3. Use `dsol-js` to compile the final byte-code
-4. Deploy onto the DEXON network with myetherwallet or any other tools. \ No newline at end of file
+1. `truffle unbox dexon-foundation/hello-dexon`
+2. Use `npm run compile` to compile the final byte-code
+3. Deploy onto the DEXON network with myetherwallet or any other tools. \ No newline at end of file