Skip to main content
Plasma is fully EVM compatible, allowing you to use standard Ethereum tooling while benefiting from features optimized for stablecoin-native applications. To learn more about Plasma’s architecture details, see the Architecture Overview section.

Verify RPC Connectivity

Public RPC endpoints are available for both Plasma networks:
Mainnet responses will look similar to:
Public endpoints are rate-limited. For production use or high-frequency requests, consider using a partner RPC provider.

Configuring Development Tools

Below are examples for Hardhat and Truffle:

Hardhat

Create or modify your hardhat.config.js file to include both Plasma networks:

Truffle Configuration

If you’re using Truffle, update your truffle-config.js:

Wallet Integration

Web3.js Integration

Ethers.js Integration

Validate Setup

Create a simple script to verify your development environment is correctly set up:

Troubleshooting