diff options
author | Hsuan Lee <boczeratul@gmail.com> | 2019-04-16 21:21:37 +0800 |
---|---|---|
committer | Hsuan Lee <boczeratul@gmail.com> | 2019-04-16 21:21:37 +0800 |
commit | debc13cc97bc176bebd0f0609bfd83d442d747a4 (patch) | |
tree | cd92425c5f9636b9a667a54a1596e91e50d9c215 /DApp-Dev-Guide.md | |
parent | 26dd095cfd9fcb27e15944aac0759cb77e1a6b0e (diff) | |
download | dexon-wiki-debc13cc97bc176bebd0f0609bfd83d442d747a4.tar dexon-wiki-debc13cc97bc176bebd0f0609bfd83d442d747a4.tar.gz dexon-wiki-debc13cc97bc176bebd0f0609bfd83d442d747a4.tar.bz2 dexon-wiki-debc13cc97bc176bebd0f0609bfd83d442d747a4.tar.lz dexon-wiki-debc13cc97bc176bebd0f0609bfd83d442d747a4.tar.xz dexon-wiki-debc13cc97bc176bebd0f0609bfd83d442d747a4.tar.zst dexon-wiki-debc13cc97bc176bebd0f0609bfd83d442d747a4.zip |
Add migration guide
Diffstat (limited to 'DApp-Dev-Guide.md')
-rw-r--r-- | DApp-Dev-Guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DApp-Dev-Guide.md b/DApp-Dev-Guide.md index 8060830..b39dacb 100644 --- a/DApp-Dev-Guide.md +++ b/DApp-Dev-Guide.md @@ -20,7 +20,7 @@ The most commonly used language to develop a DEXON/Ethereum DApp is Solidity, wh DEXON's version of EVM is almost the same as the original EVM, therefore DEXON version of Solidity is almost the same as the original Solidity. If you have built a smart contract on Ethereum, you can usually deploy the exact same contract onto DEXON without any modification. -However, there are still some minor differences between the DEXON's version of Solidity and its Ethereum counterpart, because of the boost in performance and the [On-chain Random Oracle](On-Chain-Random-Oracle.md) that DEXON provides. We will cover these differences in [Migrate from Ethereum](Migrate-DApp-from-Ethereum.md). +However, there are still some minor differences between the DEXON's version of Solidity and its Ethereum counterpart, because of the boost in performance and the [On-chain Random Oracle](On-Chain-Random-Oracle.md) that DEXON provides. We will cover these differences in [Migrate from Ethereum](Migrate-from-Ethereum.md). ## DEXON Remix IDE |