https://github.com/rayniel95/subkey
This is a simple dockerfile for create a docker image with Substrate subkey tool.
https://github.com/rayniel95/subkey
blockchain cryptography docker subkey substrate
Last synced: 3 months ago
JSON representation
This is a simple dockerfile for create a docker image with Substrate subkey tool.
- Host: GitHub
- URL: https://github.com/rayniel95/subkey
- Owner: rayniel95
- Created: 2021-08-30T22:24:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-30T22:26:28.000Z (almost 4 years ago)
- Last Synced: 2025-01-17T04:13:26.395Z (5 months ago)
- Topics: blockchain, cryptography, docker, subkey, substrate
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# About
Subkey is a public key cryptographic utility that is developed within [Substrate][1] itself. Its main feature is generating and inspecting key pairs, currently supporting these scheme:sr25519: Schorr signatures on the Ristretto group
ed25519: SHA-512 (SHA-2) on Curve25519
secp256k1: ECDSA signatures on secp256k1All keys in Substrate based networks (like polkadot) use the SS58 address encoding format that is the primary user-facing way to interact with keys.
Subkey also allows restoring keys from mnemonics and raw seeds; signing and verifying signatures on a message; and signing and verifying signatures for encoded transactions.
This is a simple dockerfile for create a docker image with subkey.
# Requirements
`Docker`
# How to execute
Build image:
`docker build ./ -f Dockerfile-subkey -t rayniel95/substrate/subkey:v1.0`Execute container: `docker run rayniel95/substrate/subkey:v1.0 subkey -h`
# How to use
Follow the instructions with the `-h` command.[1]: https://github.com/paritytech/substrate