# Tools and Libraries Here's a list of tools and libraries for developing DApps on DEXON blockchain platform. ## Blockchain Explorer - [DEXONSCAN](dexonscan.md) Official blockchain explorer and web wallet for DEXON. You can also check network status and interact with smart contracts in DEXONSCAN. ## Development Tools - [DEXON Remix](dexon-remix.md) Web-based IDE for developing, compiling, deploying and testing smart contracts. - [DEXON Truffle](dexon-truffle.md) Toolkit for developing Solidity smart contracts on DEXON, including compiler, contract deployer, test suite and a lot more. - [DEXON Ganache](dexon-ganache.md) JavaScript mock of DEXON blockchain, for developing and testing smart contracts without actually connecting to a blockchain. - [sol-tools](sol-tools.md) Toolkit for compiling, testing and profiling smart contracts. - [dsolidity](dsolidity.md) Solidity compiler written in C++, supporting additional DEXON-specific opcodes like on-chain random oracle. - [dsolc-js](dsolc-js.md) JavaScript bindings for DEXON's dsolidity compiler. ## Libraries - [web3.js](web3-js.md) JavaScript library for accessing DEXON network from browser and Node.js. - [Mobile SDK](Mobile-SDK.md) Native mobile library for accessing DEXON network from iOS or Android apps.