🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

sandblock-chain-sdk-js

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sandblock-chain-sdk-js

------------

latest
Source
npmnpm
Version
1.0.37
Version published
Weekly downloads
2
-50%
Maintainers
1
Weekly downloads
 
Created
Source

Sandblock Chain JS SDK

đź‘‹ Welcome to the official Sandblock Chain Javascript SDK!

⚠️ This is beta software. Some features may not work as intended at the very beginning.

🤓 All contributions are more than welcome! Feel free to fork the repository and create a Pull Request!

Project Architecture

The project is built using TypeScript. It offer client for both explorer API and blockchain API.

It also includes a lot of utils function to interact with wallets, keys and Ledger hardware wallet.

Usage

Feel free to have a look to the tests suite to have a look how to use the JS SDK.

Development

We are using Yarn as package manager. Then, you can install the dependencies by typing

$ yarn

Testing

We have written a lot of tests, that you can run by typing

$ yarn test

In order to be able to run the tests you will need two things:

  • A wallet.json file in the tests folder, which should be a keystore file with some SBC on it. (You can request some using testnet faucet)
  • A Ledger connected to the computer, running the Sandblock App.

FAQs

Package last updated on 10 Mar 2020

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