@coreos/nft-exchange-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

install

npm install @cos/nft-exchange-sdk                                                

example

node

import { NFTExchange,Token } from "@cos/nft-exchange-sdk";

let contracts = {
  exchangeAddress: "0x020f8BbedE35C0E7356d3EB20BCD8a30a918603d",
  poolContractAddress: "0x76a1E9AE8414dA4Efd274a2489eEAB5c49E9Dbe4",
  poolTokenAddress: "0x69C0B9f31dfC287be926613B98EeC304bD75D915"
};
let exchange = new NFTExchange(owner);
await exchange.load(contracts.exchangeAddress, contracts.poolContractAddress, contracts.poolTokenAddress);

Readme

Keywords

none

Package Sidebar

Install

npm i @coreos/nft-exchange-sdk

Weekly Downloads

0

Version

1.0.1

License

none

Unpacked Size

3.42 MB

Total Files

277

Last publish

Collaborators

  • gojavajs
  • web3comer