ygcool

Results 26 issues of ygcool

大佬能否可以考虑下增加谷歌身份验证器的~ 输入动态验证码

How to achieve airdrop function? ths

``` go get github.com/thetatoken/theta ``` ![image](https://user-images.githubusercontent.com/16422689/139381979-04b6eca7-f0c2-4630-8a2f-eca7a22c3f67.png)

![image](https://user-images.githubusercontent.com/16422689/148316567-96bae870-6b06-4a6f-8494-66baa99531f7.png) 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...

版本信息: ![image](https://user-images.githubusercontent.com/16422689/126927334-51c4a1bf-f4fd-40e1-9031-adaec98a62fa.png) 启动报错: ![image](https://user-images.githubusercontent.com/16422689/126927379-cc976ae3-696c-4e59-9109-fdc9a9b234c8.png) 直接通过"运行"打开cmd或powershell窗口执行`gf run main.go`正常,就是在goland的终端使用时会报错,请问这个是啥问题导致?

question

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...