G
GSPD
Mainnet RPC
ONLINE
⛓ Explorer
⚡ Public RPC Endpoint
GSPD MAINNET
Connect your wallet to the GSPD blockchain network
🔗 RPC URL
Chain ID: 2025
https:// gspdrpc.web.app
Network Name
GSPD Mainnet
Chain ID
2025
Currency Symbol
GSPD
Block Explorer
gspdexplorer.web.app
Status
● Active
Latest Block
Loading…
Total TX
👥
Wallets
💎
$0.0008
GSPD Price
🕐
~120ms
Latency
🦊
Add to MetaMask
Network Name
GSPD Mainnet
RPC URL
https://gspdrpc.web.app
Chain ID
2025
Symbol
GSPD
Block Explorer URL
https://gspdexplorer.web.app
📡
How to Connect
1
Buka MetaMask → Settings
Klik avatar → Settings → Networks → Add Network
2
Isi Network Details
Masukkan informasi berikut:
Network Name: GSPD Mainnet
RPC URL: https://gspdrpc.web.app
Chain ID: 2025
Symbol: GSPD
Explorer: https://gspdexplorer.web.app
3
Save & Switch
Klik Save, lalu switch ke GSPD Mainnet. Selesai! 🎉
// Ethers.js v6 import { ethers } from "ethers"; const provider = new ethers.JsonRpcProvider( "https://gspdrpc.web.app" ); // Check connection const network = await provider.getNetwork(); console.log("Chain ID:", network.chainId); // 2025 // Get latest block const block = await provider.getBlockNumber(); console.log("Latest Block:", block); // Get balance const balance = await provider.getBalance("0xYourAddress"); console.log("Balance:", ethers.formatEther(balance), "GSPD");
// Web3.js const Web3 = require('web3'); const web3 = new Web3( 'https://gspdrpc.web.app' ); // Check connected const chainId = await web3.eth.getChainId(); console.log('Chain ID:', chainId); // 2025 // Latest block number const blockNum = await web3.eth.getBlockNumber(); console.log('Block:', blockNum); // Send transaction const tx = await web3.eth.sendTransaction({ from: '0xSender', to: '0xRecipient', value: web3.utils.toWei('1', 'ether') });
# Test koneksi RPC dengan cURL # Get block number curl -X POST https://gspdrpc.web.app \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}' # Get chain ID curl -X POST https://gspdrpc.web.app \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}' # Get balance curl -X POST https://gspdrpc.web.app \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","method":"eth_getBalance","params":["0xYourAddress","latest"],"id":1}'
📜
Token Contract Addresses
Token ERC-20 resmi di GSPD Mainnet — Chain ID 2025
G
Gold Coin GOLD
ERC-20 · 8 Decimals · Supply: 21,000,000
✅ Mainnet
0xC816ce13D63E5616FaBb7Ff12911A4a03dD4b14F
S
Silver Coin SLVR
ERC-20 · 8 Decimals · Supply: 21,000,000
✅ Mainnet
0xe66c5714A4C8d996b9E8447bb6344603cBdD6C08
P
Platinum Coin PLAT
ERC-20 · 8 Decimals · Supply: 21,000,000
✅ Mainnet
0x0d5c1713531EEFAB94afe1E13e7eaF4F2F558FbA
D
Diamond Coin DMND
ERC-20 · 8 Decimals · Supply: 21,000,000
✅ Mainnet
0x89ee3F2d73b62D27680606c09fFeD18a02faCEE4
Contract address ini adalah address resmi GSPD Mainnet. Sudah di-deploy dan aktif di jaringan.
📋
Recent Transactions
Loading transactions...
✅ Copied to clipboard!