Skip to content
This repository was archived by the owner on Jul 14, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 536 Bytes

File metadata and controls

30 lines (21 loc) · 536 Bytes

DEPRECATED: Please use https://github.com/MixinNetwork/bot-api-nodejs-client

JS SDK for Mixin Network

This is a beta version of JS SDK for Mixin Network, only ed25519 are supported.

Install

yarn add bot-api-js-client

Example

https://developers.mixin.one/

Create your mixin application and fill in the configuration first.

Node.js

node examples/node/app.js

Client (browser)

examples/browser/index.html

Serve the index.html first and see the console in your browser.