Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 1.34 KB

List-of-Repositories.md

File metadata and controls

13 lines (11 loc) · 1.34 KB

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.