Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mizukisonoko/blockchain-lecture
https://github.com/mizukisonoko/blockchain-lecture
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mizukisonoko/blockchain-lecture
- Owner: MizukiSonoko
- Created: 2021-12-13T08:08:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-06T10:50:36.000Z (about 3 years ago)
- Last Synced: 2023-05-24T11:25:05.465Z (over 1 year ago)
- Language: Python
- Size: 3.93 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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
```