Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/MixinNetwork/bot-api-js-client

Mixin bot API for Javascript
https://github.com/MixinNetwork/bot-api-js-client

Last synced: about 1 month ago
JSON representation

Mixin bot API for Javascript

Awesome Lists containing this project

README

        

**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

```javascript
node examples/node/app.js
```

### Client (browser)
```
examples/browser/index.html
```

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