Network Endpoints

This index guide contains network details for the SECRYPT testnet and SECRYPT PoS Mainnet and lists their associated RPC.

  • PoS Mainnet/PoS Testnet

SECRYPT PoS Mainnet​/Testnet

The native token of the SECRYPT PoS is SXC and is used for gas.

Properties

Network Details

NetworkName:

SECRYPT Mainnet

chainId

1143

Gas Token

SXC

RPC Endpoint

http://ttv-wkqbnkghpr.dynamic-m.com:8541

Block Explorer

https://explorer-testnet.secrypt.tech

NetworkName: SECRYPT Testnet
chainId             1144
Gas Token       SXC
RPC Endpoint  http://ttv-wkqbnkghpr.dynamic-m.com:8543
Block Explorer https://explorer-testnet.secrypt.tech

See the following JSON data containing network details.

RPC API Methods

Developers can interact with on-chain data and send different types of transactions to the network by utilizing network endpoints. The APIs follow a JSON-RPC standard; JSON-RPC is a stateless, lightweight, remote procedure call (RPC) protocol that is commonly used when interacting with a blockchain network.

GET STARTED WITH RPC CALLS

Start by visiting the complete set of API documentation for standard  SECRYPT JSON-RPC calls.

If you want to get started with API requests that require no setup, fix failing requests, or, explore new methods on the SECRYPT network, try out the Composer App.

A user can also run their own node when interacting with the SECRYPT PoS chain or utilize one of the public endpoints provided by infrastructure and API service providers to connect to the network. Dagger is the best way to get realtime updates from the chain as it provides a way for your dApps and backend system to get blockchain events in realtime over a socket or websocket.