Developers

Anything you can do with our interface can be done via code

Four big things to keep in mind

Anything you can do with our interface can be done via code.

1. Testing on Rinkeby

UI: https://rinkeby.mintbase.io

Token Data SubGraph: https://thegraph.com/explorer/subgraph/nategeier/mint-factory?query=Mintbase

2 Realtime Token Data

If you want to create your own reporting system, get the owner of a token, or build your own realtime interface, use our SubGraph

pageToken Data

3. Web3 Contract Connection

If you want to have your customers buy an NFT from a Mintbase mint on your own site, transfer tokens, or interact with any of the ERC-721 functions connect with a library like web3js or ethersJS

pageWeb3 Contract

4. Verified Contracts

Every market created on Mintbase is verified immediately on etherscan so you can always pull the ABI directly from etherscan, see the source code, and interact with all the ERC-721 functions like this one

Interact with the smart contract directly on etherscan

Last updated