文件名称:nano-payment-server:NANO的付款服务器
文件大小:40KB
文件格式:ZIP
更新时间:2024-03-17 19:26:23
golang nanocurrency Go
纳米支付服务器 这是用于与节点一起处理NANO付款的服务器。 安装 go get -u github.com/hectorchu/nano-payment-server 用法 -cb string Callback URL when payment is fulfilled -db string Path to DB (default "./data.db") -p int Listen port (default 7080) -pow string RPC Proof-of-Work URL -rpc string RPC URL (default "http://[::1]:7076") -ws string WebSocket URL (default "ws://[::1]:7078") 操作模式 操作员的普通
【文件预览】:
nano-payment-server-master
----go.mod(417B)
----main.go(969B)
----go.sum(41KB)
----handler.go(6KB)
----db.go(3KB)
----scavenger.go(970B)
----wallet.go(2KB)
----demo()
--------frontend()
--------main.go(3KB)
--------public()
--------db.go(2KB)
--------message()
----mutex_map.go(578B)
----LICENSE(1KB)
----README.md(2KB)
----.gitignore(21B)
----block.go(5KB)