1.0.7 • Published 2 years ago

tako-js v1.0.7

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

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);
1.0.7

2 years ago

1.0.6

3 years ago

1.0.5

3 years ago

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