Skip to content

Mailio NFT attestation contracts deployed on Polygon Blockchain

Notifications You must be signed in to change notification settings

mailio/mailio-nft-contracts

Repository files navigation

Mailio NFT (ERC 721) Contract

https://discord.gg/hXjFS2zWra GitHub issues

This is blockchain (Polygon) ERC-721 upgreadable contract for Attestation of Consuming Mailio Content.

Setup

npm install

Contract

Compiling contracts:

npx hardhat compile

Run test:

npx hardhat test

Deploy:

npx hardhat deploy --network localhost

Deploy to Polygon testchain (Mumbai):

npx hardhat deploy --network mumbai

Deploy to Polygon mainnet (MATIC)

npx hardhat deploy --network matic

Verify contract

npx hardhat verify ADDRESS --network matic

Polygon testnet (Mumbai) Contract Address

0xC6612B54A7E97A8afa2151c45BA3fc8b037e1Efd

Polygoin mainnet Contract Address

Proxy: 0x4f4e788e31889649E9524C603D4DF85aBC56B8D9

PolygonScan Proxy Contract

Contract: 0xff9d91b8174247f83e17db430bc9b54ba1b8b937

PolygonScan Contract

Releases

No releases published

Packages

No packages published