Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opensquare-network/bounties
https://github.com/opensquare-network/bounties
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/opensquare-network/bounties
- Owner: opensquare-network
- Created: 2022-06-30T01:29:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T09:56:36.000Z (about 1 year ago)
- Last Synced: 2023-12-29T10:37:16.662Z (about 1 year ago)
- Language: JavaScript
- Size: 3.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bounties
OpenSquare bounties is a bounties' aggregation platform for [substrate](https://github.com/paritytech/substrate) based
chains. The bounty and child bounty curators' can import the bounty and child bounties, and bounty hunters can apply the
child bounties. Following collaboration workflows like assignment, submission, etc will be supported.## Packages
The code contains [backend](./backend) and [site](./site) parts. The backend has 2 packages:
- [node-api](./backend/packages/node-api) which provides apis to query on chain data.
- [server](./backend/packages/server) which provide restful apis for fronted pages.The [site](./site) directory contains the code for fronted pages.