Skip to content

Decentralised Digital Art Collection on SKALE Chain

License

Notifications You must be signed in to change notification settings

ethify/DArdt

 
 

Repository files navigation

DArdt - Decentralised Art Platform

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.

How to set it up?

  • Clone this directory using git clone
  • Run ganache using ganache-cli or ganache gui
  • Run truffle compile and truffle migrate
  • Start the Frontend Server using npm run dev
  • The site can be seen on localhost:3000

What all can it currently do?

  • 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

Evaluation checklist

  • README.md
  • SKALE Chain Implementation
  • FileStorage Implementation

About

Decentralised Digital Art Collection on SKALE Chain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.8%
  • HTML 3.2%