@mgxs/web3
TypeScript icon, indicating that this package has built-in type declarations

1.3.1 • Public • Published

GNSS Web3

GNSS Ethereum Contracts ABIs

Install

npm add @mgxs/web3

Usage

// ABIs
import {
  CONTRACT_MINT_ADDRESS,
  CONTRACT_REVEAL_ADDRESS,
  MINT,
  REVEAL,
} from "@mgxs/web3";

const CONTRACTS = {
  mint: {
    address: CONTRACT_MINT_ADDRESS,
    abi: MINT,
  },
  reveal: { address: CONTRACT_REVEAL_ADDRESS, abi: REVEAL },
};

Readme

Keywords

none

Package Sidebar

Install

npm i @mgxs/web3

Weekly Downloads

2

Version

1.3.1

License

MIT

Unpacked Size

48.8 kB

Total Files

10

Last publish

Collaborators

  • silviopaganini