polkascan / subkey

Polkasource Subkey

Home Page:https://hub.docker.com/r/polkasource/subkey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polkasource Subkey

Polkasource Dockerfile for Subkey Subkey is a commandline utility included with Substrate that generates or restores Substrate keys.

Building Substrate Subkey

Clone repository

git clone https://github.com/polkasource/subkey.git

Change directory

cd subkey

Check available releases

git tag

Checkout a particular release (v2.0.0)

git checkout v2.0.0

Build Subkey (v2.0.0)

docker build -t 'polkasource/subkey:v2.0.0' .

Running Subkey

Run Substrate Subkey Help (v2.0.0)

docker run -it --rm 'polkasource/subkey:v2.0.0'

Generate a sr25519 key (v2.0.0)

docker run -it --rm 'polkasource/subkey:v2.0.0' generate

Generate a ed25519 key (v2.0.0)

docker run -it --rm 'polkasource/subkey:v2.0.0' -e generate

About

Polkasource Subkey

https://hub.docker.com/r/polkasource/subkey

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%