The capstone project from COMP842 (Applied Blockchains and Cryptocurrencies) at Auckland University of Technology.
This is a readme file to initalise the COMP842 workspace.
This project aims to understand how a consortium blockchain can be used to securely store and verify qualifications for candidates.
- User Stories
- Process Mapping
- UI Designs
- Programming foundations
- Git
- cURL
- Docker
- Go
Channels are a private layer of communication between specific network members. Channel is a connection between organizations.
!Execute under basic-network
folder
./network.sh up createChannel -c mychannel -ca
default channel name is "myChannel".-c
option to change
!Execute under basic-network
folder
./network.sh deployCC -ccn basic -ccp ../chaincode/chaincode-typescript/ -ccl typescript
Using peer CLI you can have network interaction such as invoke (update ledgers), channel update/install, create new smart contract
cd application
npm install
npm run start
./network.sh down