https://github.com/jochasinga/flow-react
Starting template to build a React NFT marketplace
https://github.com/jochasinga/flow-react
Last synced: 3 months ago
JSON representation
Starting template to build a React NFT marketplace
- Host: GitHub
- URL: https://github.com/jochasinga/flow-react
- Owner: jochasinga
- License: mit
- Created: 2021-09-20T02:18:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-20T02:27:43.000Z (over 4 years ago)
- Last Synced: 2024-10-18T15:18:23.526Z (over 1 year ago)
- Language: JavaScript
- Size: 1.31 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flow-react tutorial
A step-by-step tutorial to get you started building an NFT mini pet marketplace with [Flow][1], [NFT.storage][2], and React.
Based on [Flowwow](https://github.com/jochasinga/flowwow)
## How to use
The tutorial is broken into several small chapters, each with its own directory with self-contained project.
For example, [ch4](./ch4) is the `Minting Token` chapter with its own [README](./ch4/README.md). To start, simply `cd ch4` and run `npm install && npm run start`, then follow the README for that chapter.
If you missed something or did something differently, you will be able to come back to the path again in the next chapter where the code is already provided.
Don't worry about the dependpencies and styling. They are included for you.
## Contents
This is a work in progress, soon all chapters will be available.
- [ ] 1: Deploy the Contract
- [ ] 2: Display Local Data
- [ ] 3: Setup Authentication
- [x] [4: Minting Token](./ch4)
- [ ] 5: Transferring Token
## Copyrights
Dual-licensed under MIT and Apache 2. Dog and cat photos from Unsplash.
[1]: https://onflow.org
[2]: https://nft.storage