Skip to content

Joseph-Gicuguma/Reach-NFT_with_Royalties-1

 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License

Reach NFT with Royalties

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.

Built With

  • Major languages: HTML, CSS, Javascript, Reach
  • Frameworks: Tailwind CCS, React
  • Technologies used: Reach

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • 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

Install

git clone <this-repo>

npm install

Usage

#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

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.7%
  • RenderScript 9.1%
  • HTML 4.6%
  • CSS 1.6%