tako-js
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

tako-js

npm version

Tako API Client, which facilitates interaction with Tako API without managing cumbersome APIs, helps you focus on your business.

Install

npm  install tako-js

Usage

import { CONSTANT, TakoV2 } from  'tako-js';
const tako = new  TakoV2(CONSTANT.Network.LOCALHOST);
const lens = tako.lens;
const farcaster = tako.farcaster;
const lensOpenCuration = tako.lensOpenCuration;
const res = await  tako.whitelistInfo(address);

Readme

Keywords

none

Package Sidebar

Install

npm i tako-js

Weekly Downloads

1

Version

1.0.7

License

MIT

Unpacked Size

47.5 kB

Total Files

42

Last publish

Collaborators

  • tako-api