https://github.com/block-core/blockcore-tools
Various tools, including Genesis Block Generator for the Blockcore Platform
https://github.com/block-core/blockcore-tools
Last synced: 11 months ago
JSON representation
Various tools, including Genesis Block Generator for the Blockcore Platform
- Host: GitHub
- URL: https://github.com/block-core/blockcore-tools
- Owner: block-core
- License: mit
- Created: 2020-04-16T23:20:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T17:44:29.000Z (over 2 years ago)
- Last Synced: 2025-04-19T03:24:22.068Z (about 1 year ago)
- Language: C#
- Size: 235 KB
- Stars: 6
- Watchers: 4
- Forks: 21
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
About Blockcore Tools
Tools and Utilities that improves your Blockcore experience
# Blockcore Generator
Genesis Block Generator you can use to generate the genesis block for your custom blockchain.
Download latest version from [releases](https://github.com/block-core/blockcore-tools/releases).
# Bip39 wasm
A proof of concept for bip39 derivation using C# in the browser can be found here
[bip39-tool-using-wasm-blazor](https://github.com/block-core/blockcore-tools/tree/master/src/Blockcore.Web.Bip39#bip39-tool-using-c-wasm-blazor)