Registry / crypto / wealdtech-go-eth2-util

wealdtech-go-eth2-util

JSON →
library1.8.2gogounverified

A utility library for Ethereum 2.0 operations, including key management and BLS signatures.

go get github.com/wealdtech/go-eth2-util
INSTALL
IMPORT
SIG · WEALDTECH-GO-ETH2-
W
wealdtech-go-eth2-util
cryptogov1.8.2
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.

eth2util
✓ github.com/wealdtech/go-eth2-util

Generate a seed from a mnemonic phrase for Ethereum 2.0.

package main import ( "fmt" "github.com/wealdtech/go-eth2-util" ) func main() { seed := eth2util.SeedFromMnemonic("test test test test test test test test test test test junk") fmt.Printf("Seed: %x\n", seed) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
28
Resources
wealdtech-go-eth2-util — go get wealdtech-go-eth2-util · libregistry