nano client:用于Nano网络的易于使用的Nodebrowser客户端 源码
用于节点和浏览器的简单Nano客户端 Nano网络的简化客户端。 该库旨在支持与Nano交互的最常用的动作。 您也可以在示例中查看 ,以获取使用此库的示例实现。 安装 加纱或npm: $ yarn add @nanobox/nano-client 用法 创建客户端: import { NanoClient } from "@nanobox/nano-client" ; const client = new NanoClient ( { url : "https://api.nanobox.cc" , // Or any other node url // Basic auth if the Node or proxy requires this // credentials: { username: 'username', password: 'passwor
文件列表
nano-client-master.zip
(预估有个31文件)
nano-client-master
.gitignore
50B
package.json
784B
src
__tests__
models.test.ts
1KB
nano-ws.test.ts
4KB
resources
account_info.json
838B
account_history.json
3KB
暂无评论