1.3.1 • Published 2 years ago

@mgxs/web3 v1.3.1

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

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 },
};
1.3.1

2 years ago

1.3.0

2 years ago