Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 800 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 800 Bytes

Syscoin Networks (details for npm and yarn)

This package provides a list of default smart contract addresses and official RPC/explorer URLs for the different layers of the Syscoin modular blockchain. The information is regularly updated to ensure that it remains accurate and up-to-date.

Installation

You can install Syscoin Networks via npm by running the following command:

yarn add syscoin-networks@https://github.com/SYS-Labs/syscoin-networks

Usage

You can import the package and use the following for reference:

const syscoinNetworks = require('syscoin-networks')
await syscoinNetworks.getNetworkByChainId(ChainID, syscoinNetworks.networks)

Credits

Syscoin Networks is based on code from Syscoin Bridge app.