/RGA-NFT

dApp for generating new random artworks

Primary LanguageJavaScript

Welcome to the RGA-NFT Dapp

This Dapp allows you to generate new random artworks.

During the verifiable random artwork generation a NFT is minted to prove your ownership of the artwork.

If you want you can transfer the ownership of your rga-NFTs.

You can also view all existing rga-NFTs.

But before all of that is possible make sure you have completed the following steps:

  1. Install Metamask Browser Extension and create your wallet.

  2. Connect to Kovan Testnet

  3. Get yourself Kovan Test Ether

  4. Connect your wallet to this Dapp

To see the Smart Contract on Etherscan go here: https://kovan.etherscan.io/address/0x85cad4Cf034De01fC37d560e0A3279D56221bF1B

Frameworks used in the development

Project Structure

rga-NFT
└── packages
    ├── contracts
    │   └── src
    │       ├── abis
    ├── react-app
    │   └── src
            ...
    │       ├── App.js