0.9.1 • Published 2 years ago

@iqprotocol/discovery v0.9.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Discovery Utils

This package is part of IQ Protocol JS SDK.

:exclamation: The package is in development and breaking changes should be expected. Use at your own risk!

The package helps to discover IQ Protocol smart contracts. It contains the lists of IQ Protocol smart contracts addresses deployed by the IQ Protocol team.

Use this package when you need information about IQ Protocol deployments such as contract implementation addresses or blockchain details (decimals, RPC endpoints).

Installation

yarn add @iqprotocol/discovery

Usage

import { ChainId, IQContractName, getContractAddress } from '@iqprotocol/discovery' 

const chainId = new ChainId('eip155:56'); // Binance Smart Chain Mainnet 
const enterpriseFactoryAddress = getContractAddress(chainId, IQContractName.EnterpriseFactory);
0.9.1

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.5.1

2 years ago

0.4.0

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago