@zapjs/zaptoken
TypeScript icon, indicating that this package has built-in type declarations

3.0.1 • Public • Published

@zapjs/zaptoken

This repository provides an interface tothe Zap ERC20 token contract. This package enables a Zap holder to check their balance, transfer Zap to other accounts, and delegate transfers (approvals) to other accounts and smart contracts.

Prerequisites

- Node 12.20 <=14.15
- Typescript

Usage

Using ZapToken package for ERC20 methods with Zap Token
npm install --save `@zapjs/zaptoken`
import {ZaopToken} from '@zapjs/zaptoken';

let myZapToken = new ZapToken();

Custom configuration

let myZapToken = new ZapToken({networkId,networkProvider,coordinator})

get Zap balance of an addrss

const balance = await myZapToken.balanceOf(address);

Approve Zap Token to an address

await myZapToken.approve({from,to,amount,gas})
//note : from address has to be in web3.eth.accounts

Send Zap Token to an address

await myZapToken.send({from,to,amount,gas})
//note : from address has to be in web3.eth.accounts

See more Usages of each packages :

Built With

Dependencies (4)

Dev Dependencies (14)

Package Sidebar

Install

npm i @zapjs/zaptoken

Weekly Downloads

0

Version

3.0.1

License

ISC

Unpacked Size

13 kB

Total Files

8

Last publish

Collaborators

  • zwalla
  • zaporg
  • propulsor
  • michael99man
  • avisaven