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

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago