Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)