Skip to content

paradoux/nft-generator-smart-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


NFT GENERATOR

Generate an NFT with an URI to the json of your choice

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

Documentation

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.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Install npm

Installation

  1. Clone the repo
git clone https://github.com/paradoux/nft-generator.git
  1. Install the packages
npm install
  1. Run the deploy script to deploy the contract on a test network
npx hardhat run scripts/deploy.js --network rinkeby
  1. Use your favorite IDE to interact with the contract

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch using your initials (git checkout -b am/amazing-feature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin am/amazing-feature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Axel Martin - [email protected]

Github - LinkedIn

About

Generate an NFT with an URI to the json of your choice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published