diff options
author | Hsuan Lee <jacky@17.media> | 2018-12-12 20:50:03 +0800 |
---|---|---|
committer | Hsuan Lee <jacky@17.media> | 2018-12-12 20:50:03 +0800 |
commit | 105c429b5e68609771fe2ce85042026bbc725de6 (patch) | |
tree | 4350b7b1c19369250673de896913550d64397b95 | |
parent | 3bf3cecadc508e5ecc900f9e4a31eaca94be7873 (diff) | |
download | dexon-wiki-105c429b5e68609771fe2ce85042026bbc725de6.tar.gz dexon-wiki-105c429b5e68609771fe2ce85042026bbc725de6.tar.zst dexon-wiki-105c429b5e68609771fe2ce85042026bbc725de6.zip |
Updated Dapp Development (markdown)
-rw-r--r-- | Dapp-Development.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Dapp-Development.md b/Dapp-Development.md index 2f707dd..96a3a1e 100644 --- a/Dapp-Development.md +++ b/Dapp-Development.md @@ -22,6 +22,8 @@ The most simple way to develop Dapps on DEXON is to use the DEXON version of the If you are developing apps with truffle, 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). +### Truffle + 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. |