New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@okexchain/javascript-sdk

Package Overview
Dependencies
Maintainers
4
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@okexchain/javascript-sdk

The OKEXChain JavaScript SDK allows browsers and node.js clients to interact with OKEXChain. It includes the following core components:

latest
npmnpm
Version
1.7.1
Version published
Weekly downloads
7
-87.72%
Maintainers
4
Weekly downloads
 
Created
Source

OKEXChain JavaScript SDK

The OKEXChain JavaScript SDK allows browsers and node.js clients to interact with OKEXChain. It includes the following core components:

  • crypto - core cryptographic functions.
  • client - implementations of OKEXChain transaction types, such as for transfers and trading.
  • accounts - management of "accounts" and wallets, including seed and encrypted mnemonic generation.

Installation

Install the NPM package:

$ npm i @okexchain/javascript-sdk

API

For up-to-date API documentation, please check the wiki.

Testing

All new code changes should be covered with unit tests. You can run the tests with the following command:

$ npm run test

Contributing

Contributions to the OKEXChain JavaScript SDK are welcome. Please ensure that you have tested the changes with a local client and have added unit test coverage for your code.

FAQs

Package last updated on 12 Jul 2023

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