https://github.com/zh/cp202101
CopiParty Hackathron 2021/01
https://github.com/zh/cp202101
Last synced: about 1 year ago
JSON representation
CopiParty Hackathron 2021/01
- Host: GitHub
- URL: https://github.com/zh/cp202101
- Owner: zh
- License: mit
- Created: 2021-01-16T15:02:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-18T03:15:09.000Z (over 5 years ago)
- Last Synced: 2025-05-13T21:05:50.345Z (about 1 year ago)
- Language: JavaScript
- Size: 370 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Easy BCH SLP-based NFTs
CoinParty 2021/01 Project
## Objectives
Working with Non-fungible tokens (NFT) on the BCH blockchain is still a very complicated task. In order to increase the SLP-based NFTs adoption amound UI/UX designers, beginner programmers and other software engineers without deep blockchain experience, the current project will try to implement some building blocks for easier working with NFTs:
* Easy to use **REST API interface** - usual GET/POST requests to create NFTs and quering the blockchain for NFT-related information
* **Basic React frontend** for REST API usage demonstration
For the time of the hackatron all parts implementations will be in the current repository,
but because parts should be independent, the plans are to have independent repositories for every part, so they can be used separately.
## REST backend
Implemented using [koa.js web framework](https://koajs.com/). See [nft-rest repository](./nft-rest/) for more information about the installation and usage.
## React Frontend
Implemented using [react.js](https://reactjs.org/). See [nft-react repository](./nft-react/) for more information about the installation and usage.
## Used libraries and services
* [slpjs](https://github.com/simpleledger/slpjs) - all BCH/SLP related operations
* [SLPDB](https://slpdb.fountainhead.cash/explorer) - SLP-related queries
* [koa.js](https://koajs.com/) - web framework used for the REST interface backend
* [react.js](https://reactjs.org/) - JavaScript library for building user interfaces
## Work progress
Because of the short time of the hackatron, implementing all parts is very difficult, but I'm planing to continue working on the project even after the end of the hackatron.
## Contacts
* BCH: `bitcoincash:qq3t709lskk7tpg5nl8xdfvu8rx4v66ys5cwlxw3ac`
* SLP: `simpleledger:qqpy2cwa2h9h4caqht9rpnm87e9rmc46ssxl4u3x7m`
