Lemon

Results 10 issues of Lemon

请问有没有创建交易和签名的demo,我创建交易后在网站decode的地址是个16进制字符串,广播交易提示sigerror

[✓] Flutter (Channel stable, 3.3.6, on macOS 13.0 22A380 darwin-arm, locale zh-Hans-CN) [✓] Android toolchain - develop for Android devices (Android SDK version 32.1.0-rc1) [✓] Xcode - develop for iOS...

https://github.com/bloxbean/cardano-client-lib This is the repo. The java lib could generate same address with official client

When I compile for armv8a and x86 platforms, the following error is output: ../../../../../go/pkg/mod/github.com/tonkeeper/[email protected]/liteclient/generated.go:342:7: 0xb48bf97a (untyped int constant 3029072250) overflows int ../../../../../go/pkg/mod/github.com/tonkeeper/[email protected]/liteclient/generated.go:2003:7: 0xef7e1bef (untyped int constant 4018019311) overflows int

I'm using example https://github.com/tonkeeper/tongo/blob/master/examples/jetton/main.go transfer Jetton,but the balance not change. ``` 2024/10/15 12:08:55 Jetton balance: 499973000 2024/10/15 12:08:55 Jetton decimals: 9 2024/10/15 12:08:55 Jetton wallet owner address: 0:deaae6518a11fd24c1da9c53ad38aedd35f4a66d1bef4f1e3081472d9276a920 2024/10/15 12:08:55...

``` rpcClient := rpc.New(rpc.DevNet_RPC) alicePrivateKey := solana.MustPrivateKeyFromBase58("") alicePubKey := solana.MustPublicKeyFromBase58("7stNT1jcpPHJhLPqVoZ9nFFZLEUwYNpy8gL4H3SYVvrj") bobPubKey := solana.MustPublicKeyFromBase58("5ps1QQxYRxfwzqH4cyBc7nMem9opxM2qsnBifb3mRtrh") // get token account tokenMintAccount := solana.MustPublicKeyFromBase58("CXk2AMBfi3TwaEL2468s6zP8xq9NxTXjp9gjMgzeUynM") aliceTokenAccount := solana.MustPublicKeyFromBase58("8xvmSNBPBBLya5nYZPkSKaGJs4rxWaerVZD1Dqjgooy6") transferInst := token.NewTransferCheckedInstructionBuilder(). SetAmount(amount). SetDecimals(6). SetSourceAccount(aliceTokenAccount). SetMintAccount(tokenMintAccount)....