1.0.1 • Published 6 years ago

non-fungible-token-abi v1.0.1

Weekly downloads
9
License
ISC
Repository
github
Last release
6 years ago

ERC721

This package provides ABIs for ERC721.

Currently it exposes the following ABIs:

Usage

import {MintableNonFungibleToken} from 'erc721'
import web3 from 'web3'

let contract = new web3.eth.Contract(MintableNonFungibleToken, '0xSomeContractAddress')