Registry / crypto / composablefi-go-subkey-v2

composablefi-go-subkey-v2

JSON →
library2.0.0gogounverified

A Go library for working with Substrate key pairs and signing.

go get github.com/ComposableFi/go-subkey/v2
INSTALL
IMPORT
SIG · COMPOSABLEFI-GO-SU
C
composablefi-go-subkey-v2
cryptogov2.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

subkey
github.com/ComposableFi/go-subkey/v2

Generate a sr25519 key pair using go-subkey.

package main import ( "github.com/ComposableFi/go-subkey/v2" ) func main() { key, _ := subkey.GenerateKeyPair("sr25519") println(key.PublicKey()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Resources
composablefi-go-subkey-v2 — go get composablefi-go-subkey-v2 · libregistry