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:
-
Install Metamask Browser Extension and create your wallet.
-
Connect to Kovan Testnet
-
Get yourself Kovan Test Ether
-
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