Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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上に証明書のハッシュ値をのせるツール群
- Host: GitHub
- URL: https://github.com/solareenlo/bc-cert
- Owner: solareenlo
- Created: 2019-03-21T13:06:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T20:39:52.000Z (almost 6 years ago)
- Last Synced: 2024-11-08T02:46:28.949Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 995 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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生成)