KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
bot-api-js-client
★ 13
Open GitHub ↗
Mixin bot API for Javascript
Download README (.md)
Explore Similar Repositories
QA
:
问答系统
deep_loco
:
sample implementation of deeploco
Understanding-Numpy
:
This repository explores various Numpy commands which are quite useful for working with datasets and handling array operations.
MillionSongDataset
:
No description available.
Recyclerview
:
Recyclerview第一个item放大
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
bot-api-js-client
?
Download (.md)
**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.