Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 976 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 976 Bytes

Memberr ERC1155

The official memberr token.

Setup

# install dependencies
yarn install

# start local chain
yarn chain

# deploy contracts to local chain
yarn deploy

# deploy contracts to a specific chain
yarn deploy --network goerli
yarn deploy --network polygonMumbai
yarn deploy --network polygon

Verify contracts

yarn verify --network goerli
yarn verify --network polygonMumbai
yarn verify --network polygon

Deployments

Network Contract Name Address OpenSea
polygon MemberrCollectible 0xf1fe0546b8662d6e51dc760659c304135b0ff448 link
goerli TestCollectible3 0x06D238118ea4Bb3B9Eb155119431Fa853822520F link

License

MIT