Categorygithub.com/DIMO-Network/go-mnemonic
modulepackage
0.0.0-20240729200032-86618de2f29e
Repository: https://github.com/dimo-network/go-mnemonic.git
Documentation: pkg.go.dev

# README

⚠️ No longer used. See mnemonic. ⚠️

go-mnemonic

Go implementation of Bitcoin BIP39: Mnemonic code for generating deterministic keys

Examples

import (
	"fmt"

	"github.com/DIMO-Network/go-mnemonic"
)

func main() {

    words, _ := mnemonic.EntropyToMnemonic(token)
	fmt.Println(words)

	threeWords, _ := mnemonic.EntropyToMnemonicThreeWords(token)
	fmt.Println(threeWords)
}

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

const ...
const ...
No description provided by the author

# Variables

No description provided by the author