Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MixinNetwork/bot-api-js-client
Mixin bot API for Javascript
https://github.com/MixinNetwork/bot-api-js-client
Last synced: 4 months ago
JSON representation
Mixin bot API for Javascript
- Host: GitHub
- URL: https://github.com/MixinNetwork/bot-api-js-client
- Owner: MixinNetwork
- Archived: true
- Created: 2018-11-01T06:17:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-14T06:05:27.000Z (over 2 years ago)
- Last Synced: 2024-10-16T06:04:38.887Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.23 MB
- Stars: 13
- Watchers: 10
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mixin - Node.js SDK
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.