-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #221 from bob-collective/dom/op-return
feat: extend electrs API to add transactions and block endpoints
- Loading branch information
Showing
5 changed files
with
230 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# BOB SDK | ||
|
||
The BOB SDK helps you interact with BOB and Bitcoin, including Ordinals, BRC20, Runes, and more. | ||
|
||
## Learn more | ||
|
||
- [Website](https://www.gobob.xyz/) | ||
- [Docs](https://docs.gobob.xyz/) | ||
|
||
## Installation | ||
|
||
```shell | ||
pnpm i @bob-sdk/sdk | ||
``` | ||
|
||
## Test | ||
|
||
```shell | ||
pnpm test | ||
``` | ||
|
||
## Contributing | ||
|
||
BOB is an open-source project. We welcome contributions of all sorts. There are many ways to help, from reporting issues, contributing code, and helping us improve our community. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters