DEXON's fullnode implementation is based on the go-ethereum project. These means we are API-compatible with Ethereum.
The JSON-RPC specification is the same as Ethereum, the readers could refer to the Ethereum Wiki on the fullnode JSON-PRC.
To access the network, please follow the steps here.
- dexon-consensus: the consensus SDK and simulation.
- dexon: the DEXON fullnode implementation, based on go-ethereum.
- governance-abi: the DEXON governance contract interface solidity implementation for generating ABI.
- dekusan: Chrome wallet extension based on MetaMask.
- dsolidity: DEXON fork of the solidity compiler, includes extra features supported by DEXON's modification of EVM.
- DIPs: a place for DEXON Improvement Proposals
- hello-dexon: a simple DEXON smart contract, demonstrating the on-chain unbiased random oracle
- dexon-remix-ide: DEXON fork of Remix, a solidity IDE that runs on any modern browsers
- dexon-truffle: DEXON fork of Truffle, a solidity contract development toolkit.
- dexon-ganache-cli: DEXON for of Ganache, a mocking Ethereum blockchain implemented in JavaScript. Used for developing and testing smart contracts.