Skip to content

a usdt wallet controller client with omnicore

Notifications You must be signed in to change notification settings

zuoyong8/WalletDe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WalletDe

使用spring boot 构建 的usdt钱包服务端控制器

step1:

在httpprcutil类中设置你的钱包地址端口以及访问密码

 private static final String RPC_HOST = "your wallet host,eg:199.9.9.9";
    private static final String RPC_PORT = "your wallet port,eg:9527";
    private String RPC_USER = "your prc user";
    private String RPC_PASSWORD = "you are rpc password ";

setp2:

在WalletDeApplicationTests类中调试你的方法。

About

a usdt wallet controller client with omnicore

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages