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. See nft-rest repository for more information about the installation and usage.
React Frontend
Implemented using react.js. See nft-react repository for more information about the installation and usage.
Used libraries and services
- slpjs - all BCH/SLP related operations
- SLPDB - SLP-related queries
- koa.js - web framework used for the REST interface backend
- react.js - JavaScript library for building user interfaces
Work progress
Because of the short time of the hackathron, implementing all parts is very difficult, but I'm planing to continue working on the project even after the end of the hackathron.
CoinParty
- BCH:
bitcoincash:qq3t709lskk7tpg5nl8xdfvu8rx4v66ys5cwlxw3ac - SLP:
simpleledger:qqpy2cwa2h9h4caqht9rpnm87e9rmc46ssxl4u3x7m

Built With
- api
- javascript
- koa
- react
- rest
- slpjs


Log in or sign up for Devpost to join the conversation.