用于节点和浏览器的简单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