Skip to content

chore: change organization from metamask to bitcoindevkit #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ of the PR were done in a specific way -->
#### All Submissions:

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

#### New Features:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Rust Cache
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3
- name: Build
run: wasm-pack build --scope metamask --features "esplora"
run: wasm-pack build --scope bitcoindevkit --features "esplora"
- uses: actions/cache@v4
with:
path: |
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ Any bug may cost users real money. That being said, we deeply welcome people
contributing for the first time to an open source project or picking up Rust while
contributing. Don't be shy, you'll learn.

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

## Communications Channels

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

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

## Contribution Workflow

Expand Down
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
[package]
name = "bitcoindevkit"
version = "0.1.13"
repository = "https://github.com/MetaMask/bdk-wasm"
repository = "https://github.com/bitcoindevkit/bdk-wasm"
description = "A modern, lightweight, descriptor-based wallet library in WebAssembly for browsers and Node"
keywords = [
"bitcoin",
"wallet",
"descriptor",
"psbt",
"wasm",
"bitcoindevkit",
"bdk",
"browser",
"node",
]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</p>

<p>
<a href="https://www.npmjs.com/package/@metamask/bitcoindevkit"><img alt="NPM Package" src="https://img.shields.io/npm/v/@metamask/bitcoindevkit.svg"/></a>
<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>
<a href="https://www.npmjs.com/package/@bitcoindevkit/bitcoindevkit"><img alt="NPM Package" src="https://img.shields.io/npm/v/@bitcoindevkit/bitcoindevkit.svg"/></a>
<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>
<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>
<a href="https://discord.gg/d7NkDKm"><img alt="Chat on Discord" src="https://img.shields.io/discord/753336465005608961?logo=discord"></a>
</p>
Expand Down
Loading
Loading