Testnet
Last updated
Last updated
Here are the testing details for testing testnet on the CHIPS blockchain:
Before testing on CHIPS testnet, you need a compatible wallet that supports CHIPS testnet transactions. Some popular choices include:
MetaMask (with custom RPC settings)
Configuring MetaMask for CHIPS Testnet
To manually add the CHIPS testnet to MetaMask:
Open MetaMask and navigate to the top left drop down for Networks.
Click Add a Network and enter the following details:
Network Name: CHIP DEV
New RPC URL:
Chain ID: 714
Currency Symbol: CHIPS
Block Explorer URL:
3. Save and switch to the CHIPS Testnet network.
To conduct transactions on CHIPS testnet, you’ll need test CHIPS tokens.
Visit the CHIPS telegram channel and request tokens from one of our community moderators.
Please ensure that you have your wallet address prepared to receive the test tokens.
To deploy and test smart contracts on CHIPS Testnet, follow these steps:
Install Node.js and Hardhat (or Truffle/Foundry):
Create a new Hardhat project:
Modify hardhat.config.js to include CHIPS Testnet RPC:
Compile and deploy:
Testing Transactions on CHIPS Testnet
To test transactions:
Send CHIPS test tokens between two wallets.
Interact with smart contracts via Ethers.js or Web3.js.
Verify transactions using the CHIPS Testnet block explorer.
Example code to send CHIPS using Ethers.js:
Enable logging in your smart contract and use Hardhat console for debugging.
Use CHIPS Testnet Explorer at to verify transactions.