Challenge Overview
Welcome to Topcoder - Challenge Review Processing with Blockchain challenge creation and member registration
Project Background
Technology Stack
Individual requirements
1. Use the setup from previous challenge (found in forum). Below is the configuration:
2. Fix all issues described in spreadsheet provided in forum
3. Update swagger document
Challenge Objectives
- Create setup for POC for Challenge Review process using Hyperledger Fabric v1.2, for showcasing the blockchain capabilities in Topcoder platform
Project Background
- Topcoder is trying to determine if Blockchain can be used to control the review process of challenges
- To build the blockchain network Hyperledger Fabric 1.2 is going to be used
- To store the submission files IPFS (Inter-Planetary File System) must be used
- The idea is to have the chaincode of Hyperledger Fabric 1.2 doing all business logic and the challenge data related to review process (review, appeal, appeals response and manager response) will be store into the blockchain ledger
- This is a challenge of a series of challenges to build this PoC application
Technology Stack
- Hyperledger Fabric 1.2
- IPFS (Inter-Planetary File System)
- Node.Js - for chaincode and client SDK
- Docker
Individual requirements
1. Use the setup from previous challenge (found in forum). Below is the configuration:
- Network: topcoder-review
- Orgs: Topcoder, Clients, Members, & Moderators
- Peers: 2 peers for each org
- Channels: topcoder-client (Topcoder and Clients) and topcoder-review (Topcoder, Members, and Moderators)
- Orderer: Solo
2. Fix all issues described in spreadsheet provided in forum
3. Update swagger document
Final Submission Guidelines
- Zip file with updated submission
- Updated Swagger file