This project is made for Ethereal Gitcoin Hackathon
Author: Manank Patni
The project creates a decentralised space for the designers and artists to showcase their creations and earn from it. This will be a completely decentralised platform for the artists to show out what they have made. The art can be digital arts or a traditional art.
It uses the ERC721 standard for the Non Fungible Token Creation. Any user can submit their art piece like a wallpaper, digital paing, poster or etc. They can showcase it and even trade it for ether.
- Clone this directory using
git clone
- Run ganache using
ganache-cli
or ganache gui - Run
truffle compile
andtruffle migrate
- Start the Frontend Server using
npm run dev
- The site can be seen on
localhost:3000
- A person can connect to Metamask to browse the site
- Any user can submit their art/design
- Users can see all the collectibles
- Users can update the state of their collectible to be on sale on not
- Users can buy the collectible by paying ether
- Owner can stop the funcitoning of Dapp in case of emergency
- README.md
- SKALE Chain Implementation
- FileStorage Implementation