ygcool
ygcool
谷歌身份验证器
大佬能否可以考虑下增加谷歌身份验证器的~ 输入动态验证码
How to achieve airdrop function? ths
``` go get github.com/thetatoken/theta ``` 
 mac M1. ``` go get github.com/harmony-one/go-sdk go mod tidy ``` I use go-sdk to generate private keys and addresses, and offline sign transactions, and rpc calls ``` package main...
版本信息:  启动报错:  直接通过"运行"打开cmd或powershell窗口执行`gf run main.go`正常,就是在goland的终端使用时会报错,请问这个是啥问题导致?
If the transaction has a message, it will cause the transaction to fail to be sent. like this: ``` $tron->sendTransaction($to, $value, 'hello'); ``` return: ``` Array ( [code] => SIGERROR...
``` package main import ( "fmt" "math/big" gsrpc "github.com/centrifuge/go-substrate-rpc-client/v4" "github.com/centrifuge/go-substrate-rpc-client/v4/signature" "github.com/centrifuge/go-substrate-rpc-client/v4/types" ) func main() { // This sample shows how to create a transaction to make a transfer from one...