Skip to content

blocktree/algorand-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

algorand-adapter

algorand-adapter适配了openwallet.AssetsAdapter接口,给应用提供了底层的区块链协议支持。

如何测试

openwtester包下的测试用例已经集成了openwallet钱包体系,创建conf文件,新建ALGO.ini文件,编辑如下内容:

# algod service
ServerAPI = "http://127.0.0.1:8080"
ServerToken = ""
# FixFees use to estimate address have enough amount for tx fee
FixFees = 0.001
# ValidRounds limits valid rounds delay count
ValidRounds = 1000
# force address to retain the balance
AddressRetainAmount = 0.1

资料介绍

官网

https://developer.algorand.org

区块浏览器

https://algoexplorer.io

github

https://github.com/algorand

About

an algorand adapter for openwallet

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages