Skip to content

Commit 3fce146

Browse files
authored
chore: change organization from metamask to bitcoindevkit (#1)
1 parent 7c4106f commit 3fce146

File tree

6 files changed

+5177
-12
lines changed

6 files changed

+5177
-12
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ of the PR were done in a specific way -->
1919
#### All Submissions:
2020

2121
- [ ] I've signed all my commits
22-
- [ ] I followed the [contribution guidelines](https://github.com/MetaMask/bdk-wasm/blob/master/CONTRIBUTING.md)
22+
- [ ] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk-wasm/blob/master/CONTRIBUTING.md)
2323
- [ ] I ran `cargo fmt` and `cargo clippy` before committing
2424

2525
#### New Features:

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Rust Cache
2525
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3
2626
- name: Build
27-
run: wasm-pack build --scope metamask --features "esplora"
27+
run: wasm-pack build --scope bitcoindevkit --features "esplora"
2828
- uses: actions/cache@v4
2929
with:
3030
path: |

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ Any bug may cost users real money. That being said, we deeply welcome people
1212
contributing for the first time to an open source project or picking up Rust while
1313
contributing. Don't be shy, you'll learn.
1414

15-
The project is currently maintained by the [MetaMask](https://github.com/MetaMask) organization.
15+
The `bdk-wasm` project was originally created and maintained by the [MetaMask](https://github.com/MetaMask) organization.
1616

1717
## Communications Channels
1818

1919
Communication about BDK happens primarily on the [BDK Discord](https://discord.gg/dstn4dQ).
2020

21-
Discussion about code base improvements happens in GitHub [issues](https://github.com/MetaMask/bdk-wasm/issues) and
22-
on [pull requests](https://github.com/MetaMask/bdk-wasm/pulls).
21+
Discussion about code base improvements happens in GitHub [issues](https://github.com/bitcoindevkit/bdk-wasm/issues) and
22+
on [pull requests](https://github.com/bitcoindevkit/bdk-wasm/pulls).
2323

2424
## Contribution Workflow
2525

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
[package]
22
name = "bitcoindevkit"
33
version = "0.1.13"
4-
repository = "https://github.com/MetaMask/bdk-wasm"
4+
repository = "https://github.com/bitcoindevkit/bdk-wasm"
55
description = "A modern, lightweight, descriptor-based wallet library in WebAssembly for browsers and Node"
66
keywords = [
77
"bitcoin",
8-
"wallet",
98
"descriptor",
10-
"psbt",
119
"wasm",
12-
"bitcoindevkit",
13-
"bdk",
1410
"browser",
1511
"node",
1612
]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</p>
99

1010
<p>
11-
<a href="https://www.npmjs.com/package/@metamask/bitcoindevkit"><img alt="NPM Package" src="https://img.shields.io/npm/v/@metamask/bitcoindevkit.svg"/></a>
12-
<a href="https://github.com/MetaMask/bdk-wasm/blob/master/LICENSE"><img alt="MIT or Apache-2.0 Licensed" src="https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg"/></a>
11+
<a href="https://www.npmjs.com/package/@bitcoindevkit/bitcoindevkit"><img alt="NPM Package" src="https://img.shields.io/npm/v/@bitcoindevkit/bitcoindevkit.svg"/></a>
12+
<a href="https://github.com/bitcoindevkit/bdk-wasm/blob/master/LICENSE"><img alt="MIT or Apache-2.0 Licensed" src="https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg"/></a>
1313
<a href="https://blog.rust-lang.org/2023/10/05/Rust-1.73.0.html"><img alt="Rustc Version 1.73.0+" src="https://img.shields.io/badge/rustc-1.73.0%2B-lightgrey.svg"/></a>
1414
<a href="https://discord.gg/d7NkDKm"><img alt="Chat on Discord" src="https://img.shields.io/discord/753336465005608961?logo=discord"></a>
1515
</p>

0 commit comments

Comments
 (0)