Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 3.05 KB

Home.md

File metadata and controls

39 lines (30 loc) · 3.05 KB

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.

List of Repositories

  • 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.

Development Guide

Technical Documentations

Guide