2025-07-25 00:46:30 -05:00
2025-12-20 22:26:39 -08:00
2025-07-25 00:46:30 -05:00
2025-12-20 22:26:39 -08:00
2025-08-02 01:10:04 -05:00
2025-08-02 01:10:04 -05:00
2025-08-02 01:10:04 -05:00
2026-04-19 17:04:33 -07:00
2026-02-14 05:26:20 -08:00
2025-12-20 22:26:39 -08:00
2025-07-25 00:46:30 -05:00
2025-07-25 00:46:30 -05:00

GO-BIP39

This repository contains a local copy of the original github.com/tyler-smith/go-bip39 library.

⚠️ Important Notice

The original go-bip39 library by tyler-smith has been removed from GitHub. To ensure continuity and compatibility for existing projects, this repository provides a preserved version of the library based on a previously cached local copy.

Usage

There are two ways to use this fork in your project:

  1. Replace the original path in go.mod
replace github.com/tyler-smith/go-bip39 => github.com/luxfi/go-bip39 v1.1.0
  1. Import directly via go get You can also import this fork directly using:
go get github.com/luxfi/go-bip39

Original README

The original README from the now-deleted repository is preserved in this repo as tyler-smith.README.md

S
Description
BIP-39 mnemonic generation and validation in pure Go, with multiple language wordlists and checksum support.
Readme BSD-3-Clause
127 KiB
Languages
Go 100%