godlovericea
godlovericea
when i run ``` go mod tidy ``` it panic with error: ``` Starting: C:\Users\Administrator\go\bin\dlv.exe dap --listen=127.0.0.1:61615 from d:\kerying_all\dev_keyring_gitee\kerying_dot DAP server listening at: 127.0.0.1:61615 Type 'dlv help' for list of...
my go version is 1.23.2 ``` P|20241210-14:17:37.749472|----|-|metric|metric.go:101 Fail tag.New invalid value: only ASCII characters accepted; max length must be 255 characters ``` 
``` func Make_BOME_Tx() { feePayer, _ := types.AccountFromHex("***") alice, _ := types.AccountFromHex("***") // feePayer address: 79fVLECJ2p5BDFBTA7a9VEEsRdvg7QkV4mS7hBZJfSAz fmt.Println("feePayer address:", feePayer.PublicKey.ToBase58()) // alice address: 7kQAKjpbV2uzcf9YVcej1dauYxGZvPsV2pSbxYLvri1N fmt.Println("alice address:", alice.PublicKey.ToBase58()) // BOME var mintPubkey...
I hava been made sol tx successufully, but the token is failure, please help me. thanks
@nvdtf Thank you very much, I have resolved it
I still can not create account via examples in this repo: I have created an account via Flow Wallet, then I wan to create an account via Golang Program, But...
I have indeed replaced it with the address and private key of the main network. In the file I uploaded above, the address and private key of the main network...
[kerying_learn.zip](https://github.com/user-attachments/files/18393980/kerying_learn.zip) @jribbink Thank you, I have already created a Flow Account for a new project, but I cannot migrate my code to the existing project. I have uploaded my code...
@bluesign Thank you, I want make a new project for Flow
@laizy thank you very much I have generated a keypair before , then cast to string , save it into my db when I want to make tx, I get...