Overview
Recommended tools and libraries for building on Paxeer Network. All standard Ethereum development tools work seamlessly with Paxeer.Frontend Libraries
wagmi
React Hooks for EthereumCollection of React Hooks containing everything you need to start working with Ethereum. Simplify wallet connection, contract interaction, and more.
viem
TypeScript Interface for EthereumType-safe, lightweight, and composable modules to interact with Ethereum. Modern alternative to ethers and web3.js.
Development Frameworks
Hardhat
Ethereum Development EnvironmentCompile, deploy, test, and debug your Ethereum software. The most popular development framework.
Foundry
Blazing Fast Ethereum ToolkitFast, portable, and modular toolkit for Ethereum application development written in Rust.
Remix IDE
Online Solidity IDEPowerful open source tool for writing, testing, and deploying smart contracts directly in your browser.No installation required!
JavaScript Libraries
- ethers.js
- web3.js
ethers.js v6
Complete Ethereum library and wallet implementation in JavaScript.Install
Usage
ethers.js Documentation
Complete API reference and guides
Smart Contract Development
OpenZeppelin Contracts
OpenZeppelin Contracts
Secure Smart Contract LibraryBattle-tested library of reusable smart contracts for Ethereum. Industry standard for secure contract development.View Documentation →
Solidity Compiler
Solidity Compiler
Smart Contract LanguageThe primary language for writing Ethereum smart contracts.Latest stable version: 0.8.20+Solidity Documentation →
Chainlink
Chainlink
Decentralized Oracle NetworkConnect your smart contracts to real-world data and off-chain computation.Chainlink Documentation →
Testing Tools
Mocha
JavaScript test framework for Hardhat
Foundry Forge
Fast Solidity testing framework
Hardhat Network
Local Ethereum network for testing
Ganache
Personal blockchain for development
Wallet Integration
- MetaMask
- WalletConnect
- RainbowKit
MetaMask
Most popular browser extension wallet for Ethereum.Detect MetaMask
Connect Wallet
Add Paxeer Network
Block Explorers
PaxeerScan
Official block explorer for Paxeer Network. View transactions, blocks, addresses, and verify contracts.Features:
- Transaction tracking
- Contract verification
- Token analytics
- Address labeling
- API access
IDE & Editors
VS Code
Recommended Extensions:
- Solidity by Juan Blanco
- Hardhat Solidity by Nomic Foundation
- Prettier - Code formatter
JetBrains
IntelliJ IDEA / WebStormProfessional IDE with excellent TypeScript support and Solidity plugins.
Sublime Text
Lightweight EditorFast, customizable editor with Solidity syntax highlighting packages.
Additional Resources
TypeChain
TypeChain
TypeScript bindings for Ethereum smart contractsGenerates TypeScript types from your contract ABIs for type-safe interactions.
The Graph
The Graph
Indexing protocol for querying blockchain dataCreate GraphQL APIs for your smart contracts.The Graph Documentation →
IPFS
IPFS
Distributed file storage systemStore metadata, images, and other assets in a decentralized manner.IPFS Documentation →
Developer Tools Comparison
| Tool | Best For | Language | Learning Curve |
|---|---|---|---|
| Hardhat | Full-stack development | JavaScript/TypeScript | Medium |
| Foundry | Smart contract focus | Solidity | Medium-High |
| Remix | Quick prototyping | Browser-based | Low |
| wagmi | React dApps | TypeScript | Low-Medium |
| ethers.js | General purpose | JavaScript | Medium |
| viem | Modern TypeScript | TypeScript | Medium |
Community Resources
Need Help?
Join our developer community for support, discussions, and collaboration.