1.0.4 • Published 5 months ago

tako-profile-token v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months 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

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago