Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gobob/bob-sdk

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gobob/bob-sdk

The BOB SDK helps you interact with BOB and Bitcoin, including Ordinals, BRC20, Runes, and more.

  • 2.3.7
  • npm
  • Socket score

Version published
Weekly downloads
430
decreased by-50.4%
Maintainers
0
Weekly downloads
 
Created
Source

BOB SDK

The BOB SDK helps you interact with BOB and Bitcoin, including Ordinals, BRC20, Runes, and more.

Learn more

  • Website
  • Docs

Using the sdk in your project

Install @gobob/bob-sdk with your package manager of choice.

pnpm i @gobob/bob-sdk

or

yarn add @gobob/bob-sdk

or

npm i @gobob/bob-sdk

Building BOB SDK

Clone the repository

Clone the repository and change to the sdk subfolder.

git clone git@github.com:bob-collective/bob.git
cd bob/sdk

Install dependencies

We use pnpm in the examples below. But the steps below should also work when using yarn or npm instead.

pnpm i

Build

pnpm build

Test

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.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Set up git so you can sign your commits (Alternative link: GitHub: Signing commits)
    Unsigned PRs cannot be merged, so do not skip this step.
  2. Fork the Project
  3. Create your Feature Branch (git checkout -b yourname/AmazingFeature)
  4. Commit your Changes (git commit -m 'Add some AmazingFeature')
  5. Push to the Branch (git push origin yourname/AmazingFeature)
  6. Open a Pull Request with a description of feature you are adding

If you are searching for a place to start or would like to discuss features, reach out to us:

FAQs

Package last updated on 15 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc