diff options
author | Hsuan Lee <jacky@17.media> | 2018-12-14 10:55:37 +0800 |
---|---|---|
committer | Hsuan Lee <jacky@17.media> | 2018-12-14 10:55:37 +0800 |
commit | 22216c83e26105060f9a33772399f8d5f61d7e50 (patch) | |
tree | 33fcfd406a2be29e3e9ec98d25a6491260abd8a7 /Home.md | |
parent | 2e4f55de47abf9e8bffbe65ba6d28d60153d365d (diff) | |
download | dexon-wiki-22216c83e26105060f9a33772399f8d5f61d7e50.tar dexon-wiki-22216c83e26105060f9a33772399f8d5f61d7e50.tar.gz dexon-wiki-22216c83e26105060f9a33772399f8d5f61d7e50.tar.bz2 dexon-wiki-22216c83e26105060f9a33772399f8d5f61d7e50.tar.lz dexon-wiki-22216c83e26105060f9a33772399f8d5f61d7e50.tar.xz dexon-wiki-22216c83e26105060f9a33772399f8d5f61d7e50.tar.zst dexon-wiki-22216c83e26105060f9a33772399f8d5f61d7e50.zip |
Updated Home (markdown)
Diffstat (limited to 'Home.md')
-rw-r--r-- | Home.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,10 @@ To access the testnet, please follow the steps [here](https://github.com/dexon-f * [dekusan](https://github.com/dexon-foundation/dekusan): Chrome wallet extension based on MetaMask. * [dsolidity](https://github.com/dexon-foundation/dsolidity): DEXON fork of the solidity compiler, includes extra features supported by DEXON's modification of EVM. * [DIPs](https://github.com/dexon-foundation/DIPs): a place for DEXON Improvement Proposals +* [hello-dexon](https://github.com/dexon-foundation/hello-dexon): a simple DEXON smart contract, demonstrating the on-chain unbiased random oracle +* [dexon-remix-ide](https://github.com/dexon-foundation/remix-ide): DEXON fork of Remix, a solidity IDE that runs on any modern browsers +* [dexon-truffle](https://github.com/dexon-foundation/truffle): DEXON fork of Truffle, a solidity contract development toolkit. +* [dexon-ganache-cli](https://github.com/dexon-foundation/ganache-cli): DEXON for of Ganache, a mocking Ethereum blockchain implemented in JavaScript. Used for developing and testing smart contracts. # Development Guide |