# README
rcproto-adapter
本项目适配了openwallet.AssetsAdapter接口,给应用提供了底层的区块链协议支持。
如何测试
openwtester包下的测试用例已经集成了openwallet钱包体系,创建conf文件,新建RCP.ini文件,编辑如下内容:
# node api url
nodeAPI = "http://ip:port"
# fixed Fee in smallest unit
fixedFee = 12
# reserve amount in smallest unit
reserveAmount = 20000000
# ignore reserve amount
ignoreReserve = true
# register fee in smallest unit
registerFee = 10000
# last ledger sequence number
lastLedgerSequenceNumber = 20
# memo type
memoType = "withdraw"
# memo format
memoFormat = "text/plain"
# which feild of memo to scan
memoScan = "MemoData"
# Cache data file directory, default = "", current directory: ./data
dataDir = ""
账户激活
所有地址需要20个RCP进行激活,且激活之后该20RCP将被永久冻结。
# Packages
No description provided by the author
* Copyright 2018 The openwallet Authors
* This file is part of the openwallet library.
No description provided by the author