A simple DAPP where users can creators aution and sell their NFTs but most importantly get to enjoy royalty benefits when the NFT is resold.
- Major languages: HTML, CSS, Javascript, Reach
- Frameworks: Tailwind CCS, React
- Technologies used: Reach
To get a local copy up and running follow these simple example steps.
- Running on Ubuntu on similar OS.
- Installed Make.
- Installed Docker and Docker-Compose. Use sudo apt command
- Given docker command admin rights. Here.
- Has a MyAlgo Wallet
git clone <this-repo>
npm install
#Download Reach in src directory (<this-repo>/src)
curl https://docs.reach.sh/reach -o reach ; chmod +x reach
#Update Reach and Compile Reach code
./reach update
./reach compile
#Start the Reach Devnet
./reach devnet
#On Another terminal, in root directroy, Serve the frontend
npm start
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐ if you like this project!
This project is MIT licensed.