Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mizukisonoko/blockchain-lecture


https://github.com/mizukisonoko/blockchain-lecture

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Digital Bhutan : Code Bootcamp(Blockchain bassics)

- p2p
- hash
- bft

# First

If you use pipenv
```
$ pipenv run hello
Hello world!
```

If you use python (anaconda)
```
$ python sample.py
```