https://github.com/dovvla/pdaisp
End of course project for Parallel and Distributed Architectures and Data Structures
https://github.com/dovvla/pdaisp
Last synced: about 1 month ago
JSON representation
End of course project for Parallel and Distributed Architectures and Data Structures
- Host: GitHub
- URL: https://github.com/dovvla/pdaisp
- Owner: dovvla
- License: mit
- Created: 2023-02-18T10:09:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-20T11:12:37.000Z (about 2 years ago)
- Last Synced: 2025-02-14T06:36:47.633Z (3 months ago)
- Language: JavaScript
- Size: 682 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pdaisp
End of course project for Parallel and Distributed Architectures and Data Structures
In order to run project install prerequisites for hyperledger-fabric 2.2.6, then position to `test-network` directory from sample and execute the following command:
`./network.sh down; ./network.sh up createChannel -ca; cd addOrg4/; ./addOrg4.sh up -ca; cd ..; cd addOrg3/; ./addOrg3.sh up -ca; cd ..;./network.sh deployCC -ccn basic -ccp ../go-chaincodes/ -ccl go;`Client code is available in `go-client` directory and can be run with `go run main.go`