Skip to content

Commit

Permalink
chore: update repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
ethicnology committed Nov 14, 2024
1 parent 97319ea commit a215030
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# BIP-85 Deterministic Entropy From BIP32 Keychains

[![codecov](https://codecov.io/gh/ethicnology/rust-bip85/branch/main/graph/badge.svg?token=RNIA9IIRB6)](https://codecov.io/gh/ethicnology/rust-bip85)

Derives entropy from the extended private key according to [BIP-85](https://github.com/bitcoin/bips/blob/master/bip-0085.mediawiki).

This work is sponsored by [Bull Bitcoin](https://bullbitcoin.com) [<img
align="right"
src="https://github.com/ethicnology/rust-bip85-fork/blob/master/bindings/dart-bip85/bullbitcoin.png"
src="https://github.com/ethicnology/rust-bip85/blob/master/bindings/dart-bip85/bullbitcoin.png"
width=100
title="Sponsor"
alt="Sponsor"
Expand Down
4 changes: 2 additions & 2 deletions bindings/dart-bip85/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# bip85

The [dart-bip85](https://github.com/ethicnology/rust-bip85-fork/tree/master/bindings/dart-bip85) package is a Flutter binding for the [rust-bip85-fork](https://github.com/ethicnology/rust-bip85-fork) which is an updated version of the original [rust-bip85](https://github.com/rikitau/rust-bip85). The original rust-bip85 has been unmaintained since April 2021.
The [dart-bip85](https://github.com/ethicnology/rust-bip85/tree/master/bindings/dart-bip85) package is a Flutter binding for the [rust-bip85](https://github.com/ethicnology/rust-bip85) which is an updated version of the original [rust-bip85](https://github.com/rikitau/rust-bip85). The original rust-bip85 has been unmaintained since April 2021.



This work is sponsored by [Bull Bitcoin](https://bullbitcoin.com) [<img
align="right"
src="https://github.com/ethicnology/rust-bip85-fork/blob/master/bindings/dart-bip85/bullbitcoin.png"
src="https://github.com/ethicnology/rust-bip85/blob/master/bindings/dart-bip85/bullbitcoin.png"
width=100
title="Sponsor"
alt="Sponsor"
Expand Down
6 changes: 3 additions & 3 deletions bindings/dart-bip85/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: bip85
description: "BIP85 bindings to rust-bip85-fork"
description: "BIP85 bindings to rust-bip85"
version: 1.0.0
homepage: https://github.com/ethicnology/rust-bip85-fork/tree/master/bindings/dart-bip85
repository: https://github.com/ethicnology/rust-bip85-fork
homepage: https://github.com/ethicnology/rust-bip85/tree/master/bindings/dart-bip85
repository: https://github.com/ethicnology/rust-bip85

environment:
sdk: ^3.5.4
Expand Down

0 comments on commit a215030

Please sign in to comment.