Bitgert Blockchain Documentation
  • BRISE Chain Documentation
    • Getting Started
    • Become a validator
    • Contributing
    • BRISE Chain Explorers
    • Genesis File
    • Consensus
    • Introduction
  • Wallets
  • For Developers
    • Network Status Monitoring Guideline
    • Proxy Contract
    • Local Brise Chain Network
    • Deploy NFT
    • RPC
    • BRISE Chain Relayer
    • BRISE Chain Full Node Documentation
    • Wallet Providers
    • Verify Proxy Contract
    • Hardhat Verify
    • Truffle Verify
    • Deploy on Truffle
    • Deploy on Remix IDE
    • Smart Contract Tools
    • Create Wallet
Powered by GitBook
On this page
  • JSON-RPC Endpoint
  • Available Resources
  • Start
  • JSON-RPC methods
  1. For Developers

RPC

JSON-RPC Endpoint

Available Resources

Mainnet(ChainID 32520 in decimal)

NCRPC Endpoints:

Note

You can make eth_getLogs requests with up to a 5K block range. If you need to pull logs frequently, we recommend using WebSockets to push new logs to you when they are available.

Recommended

https://node2.serverrpc.com

Websocket Endpoints:

Note: provided by community with no quality promised, building your node should be always the long term goal

  • wss://mainnet-rpc.brisescan.com:443

Rate limit

Start

You can start the HTTP JSON-RPC with the --rpc flag

## mainnet
geth attach https://mainnet-rpc.brisescan.com

## testnet
geth attach https://testnet-rpc.brisescan.com/

Block Explorer: https://brisescan.com/ Status Monitoring: https://status.brisescan.com/

TestNET: RPC Testnet: https://testnet-rpc.brisescan.com ChainID: 64668 Block Explorer: https://testnet-explorer.brisescan.com/ Faucet: https://faucet.brisescan.com/

JSON-RPC methods

PreviousDeploy NFTNextBRISE Chain Relayer

Last updated 1 year ago

The rate limit of BRISE endpoint on Testnet and Mainnet is 10K/5min. To get unlimited hits, please use GetBlock services Link:

Please refer to this or use Postman:

https://getblock.io/nodes/bitgert/
wiki page
https://documenter.getpostman.com/view/4117254/ethereum-json-rpc/RVu7CT5J?version=latest
https://mainnet-rpc.brisescan.com
https://flux-rpc.brisescan.com
https://flux-rpc1.brisescan.com
https://flux-rpc2.brisescan.com
https://chainrpc.com
https://rpc-1.chainrpc.com
https://rpc-2.chainrpc.com
https://serverrpc.com
https://node1.serverrpc.com