Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 732 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 732 Bytes

No bullshit NFT

Mint an individual NFT or a collection without the extra platform bullshit.

This tool lets anyone deploy an ERC 721 smart contract sourced from OpenZeppelin. The contract is modified to allow a bidding system as seen on marketplaces like Rarible.

The goal is to make this project the NFT ecosystem's go-to tool for generic tasks like deploying an NFT smart contract, and so on. All open source contributions are appreciated. The project is in its infancy. Find me at @MonkeyMeaning on Twitter to chat about the project.

Run the project

npm run dev
# or
yarn dev