https://github.com/MixinNetwork/bot-api-js-client
Mixin bot API for Javascript
https://github.com/MixinNetwork/bot-api-js-client
Last synced: over 1 year 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 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-14T06:05:27.000Z (almost 4 years ago)
- Last Synced: 2025-03-09T23:37:52.573Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.23 MB
- Stars: 13
- Watchers: 9
- 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.