Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/solareenlo/bc-cert

【WIP】 BitcoinのBlockchain上に証明書のハッシュ値をのせるツール群
https://github.com/solareenlo/bc-cert

Last synced: 19 days ago
JSON representation

【WIP】 BitcoinのBlockchain上に証明書のハッシュ値をのせるツール群

Awesome Lists containing this project

README

        

# bc-cert
ビットコインのブロックチェーンに何かしらの証明書のハッシュ値を載せるためのツール群.
**説明**: [scrapboxにある説明](https://scrapbox.io/solareenlo/ブロックチェーンエンジニア集中講座の修了証明書)

### Usage
```bash
git clone [email protected]:solareenlo/bc-cert.git
cd bc-cert
npm install か yarn
npm run bundle か yarn bundle
// for Mac
open dist/index.html
// for Ubuntu
xdg-open dist/index.html
```

### References
- [bitcoinjs/bitcoinjs-lib](https://github.com/bitcoinjs/bitcoinjs-lib)
- [bitcoinjs/bip32](https://github.com/bitcoinjs/bip32)
- [bitcoinjs/bip39](https://github.com/bitcoinjs/bip39)
- [JavaScriptでSHA256生成](https://scrapbox.io/solareenlo/JavaScriptでSHA256生成)