UNPKG

ontology-ts-sdk

Version:

Comprehensive TypeScript library for the Ontology blockchain.

7 lines (6 loc) 185 B
## Config Open file ‘/src/consts.ts’ , find below keywords to setup mainnet and testnet node IP. ```` export const MAIN_NODE = '127.0.0.1' export const TEST_NODE = '127.0.0.1' ````