Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/memoriesadrift/tuw-cryptocurrencies-blockchain
Blockchain created for the Cryptocurrencies course at TU Wien
https://github.com/memoriesadrift/tuw-cryptocurrencies-blockchain
Last synced: 24 days ago
JSON representation
Blockchain created for the Cryptocurrencies course at TU Wien
- Host: GitHub
- URL: https://github.com/memoriesadrift/tuw-cryptocurrencies-blockchain
- Owner: memoriesadrift
- Created: 2023-10-18T10:29:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T22:02:38.000Z (about 1 year ago)
- Last Synced: 2024-11-26T21:25:40.460Z (about 2 months ago)
- Language: TypeScript
- Size: 298 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Your submission will be graded by executing the following steps:
```
tar -xf
docker-compose build
docker-compose up -d
# running test cases
docker-compose down
```You can use the Makefile target "submission" to create your submission archive.
Furthermore, you can execute "check-submission" to check if your node can be started properly by our grading framework.
Note, however, that "check-submission" will only try to connect to port 18018 on localhost.## Relevant external package docs
[Runtypes - runtime type validation](https://github.com/pelotom/runtypes)
[Node.js net - the server](https://nodejs.org/docs/v0.4.7/api/net.html)
[Level - the database used](https://leveljs.org/)