0.0.17 • Published 2 years ago

@nifty-island/forge v0.0.17

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

Nifty Island Forge

The Nifty Island Forge allows users to mint NFTs.

The mint function is callable by anyone, but callers are only able to mint tokens whose tokenId is prefixed by the uint256 representation of their public wallet address. This constrains each user to a specific range of tokenIds. The goal here is to enable permissionless mitning while preventing users from clobbering each others' content. We currently support ERC721 and ERC1155 tokens.

Our minting frontend initiates transactions against this contract, calling the mint function directly. Users then approve the transaction, and the minting transaction is executed. The metadata for these minted NFTs is hosted externally.

Deployment

Deploying the forge is as simple as running

npx hardhat run scripts/deploy.ts --network <network-name>

after correctly setting the initial prefix uri in scripts/deploy.ts and configuring your .env file

0.0.17

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.16

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.1

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago