Skip to main content

Welcome, Developers! 🚀

Welcome to the OverProtocol developer documentation—a space where innovation meets blockchain. Whether you’re new to blockchain development or an experienced builder, this guide will equip you with everything you need to start creating applications on OverProtocol.

OverProtocol empowers developers with a robust, scalable, and inclusive blockchain ecosystem. From setting up your first node to deploying smart contracts, let’s get you started on your journey to building the decentralized future.

Setting Up a Node with RPC Access​

To interact with the OverProtocol network, you'll need access to a node capable of handling Remote Procedure Calls (RPC). This will enable you to query and interact with the network, deploy contracts, and perform transactions programmatically.

Options for Setting Up a Node:

  • Running Your Own Node: Setting up and maintaining your own node gives you full control over network interactions. This can be done by following the setup instructions. Running your own node is beneficial for extensive development work that requires high levels of data integrity and privacy.
  • Using Public Nodes: If you prefer not to manage your own node, you can use publicly available RPC endpoints. These are provided by various services and can be accessed easily, though they might come with limitations on the rate of requests and reduced control over the node configuration.

Network Configurations​

KeyValue
NetworkOverProtocol Mainnet
RPC URLhttps://rpc.overprotocol.com/
Chain ID54176
Currency symbolOVER
Block Explorer URLhttps://scan.over.network/

Preparing an Account with OVER Tokens​

Developing on OverProtocol requires interacting with the network, which include transaction fees or testing token transactions. Therefore, it's essential to have an account loaded with OVER tokens.

Setting Up Your Developer Account:

  • Acquire OVER Tokens: If you are working on the main network, you'll need to acquire OVER tokens, which can be done through exchanges or from other token holders.
  • Testnet Tokens: For testing purposes, you can use the OverProtocol testnet, where tokens can often be acquired for free from a faucet that distributes small amounts of tokens for development use. Join developer community and feel free to ask some tokens!
  • Secure Your Account: Ensure that your account is secure, especially if you are working with real tokens. Utilize hardware wallets or secure key management solutions to protect your private keys and account credentials.