chia-client
chia-client copied to clipboard
这工具怎么用?
不知道怎么使用这个工具
windows和Ubuntu上node 环境跑都会报这个错
很可能,你需要将协议变量从 "http "改为 "https"。
const fullNode = new FullNode({
protocol: 'http' | 'https', // <-- 改为 'https'
hostname: 'localhost',
port: 8555
});