Generate an NFT with an URI to the json of your choice
View Demo
·
Report Bug
·
Request Feature
Very small smart contract to play around with. You can store an image on the IPFS of your choice and pass the URI to its metadata to this contract to turn it into an NFT.
To get a local copy up and running follow these simple steps.
- Install npm
- Clone the repo
git clone https://github.com/paradoux/nft-generator.git
- Install the packages
npm install
- Run the deploy script to deploy the contract on a test network
npx hardhat run scripts/deploy.js --network rinkeby
- Use your favorite IDE to interact with the contract
See the open issues for a list of proposed features (and known issues).
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch using your initials (
git checkout -b am/amazing-feature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin am/amazing-feature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Axel Martin - [email protected]