1.0.4 • Published 3 years ago

tako-profile-token v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

tako-profile-token

npm version

Tako profile token, Interact with Tako Profile Token Contract on Optimistic for Farcaster dApp integration.

Install

npm  install tako-profile-token

Usage

import { TakoKeysV1, utils, Network } from 'tako-profile-token';
const takoKeyContract = await utils.getTakoKeyContract(Network.TESTNET);
const takoKeysV1 = new TakoKeysV1(takoKeyContract.contract, takoKeyContract.chain_id);
const url = "op rpc url";
takoKeysV1.provider = new ethers.JsonRpcProvider(url);
const sharesSupply = await takoKeysV1.sharesSupply(1);
console.log(`sharesSupply:${sharesSupply}`);
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago