Skip to main content

Overview

Recommended tools and libraries for building on HyperPaxeer. 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 v6

Complete Ethereum library and wallet implementation in JavaScript.
Install
Usage

ethers.js Documentation

Complete API reference and guides

Smart Contract Development

Secure Smart Contract LibraryBattle-tested library of reusable smart contracts for Ethereum. Industry standard for secure contract development.
View Documentation →
Smart Contract LanguageThe primary language for writing Ethereum smart contracts.
Latest stable version: 0.8.20+Solidity 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

Most popular browser extension wallet for Ethereum.
Detect MetaMask
Connect Wallet
Add HyperPaxeer

Block Explorers

PaxScan

Official block explorer for HyperPaxeer. 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

TypeScript bindings for Ethereum smart contracts
Generates TypeScript types from your contract ABIs for type-safe interactions.
Indexing protocol for querying blockchain dataCreate GraphQL APIs for your smart contracts.The Graph Documentation →
Distributed file storage systemStore metadata, images, and other assets in a decentralized manner.IPFS Documentation →

Developer Tools Comparison

Community Resources

Need Help?

Join our developer community for support, discussions, and collaboration.

Discord Community

Chat with developers

GitHub

View source code

Next Steps

Quick Start

Get started with HyperPaxeer

Configuration

Configure your development environment

Smart Contracts

Deploy your first contract

Examples

View integration examples