You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have a list of program IDs that you've preloaded. Where possible, import the IDLs from anchor registry, or allow JSON import, allowing a drop down for each instruction, which will populate the account structs for the instructions and serialize the parameter data.
No, this is great. I missed the import functionality in the hamburger when I was checking this out yesterday. The seed generation feature is fantastic as well.
Might be nice to allow users to set constants or do some RPC calls. Losing your data on refresh is frustrating, maybe a file browser to save txs. ReplIt for Solana?
Yeah, there is a good chunk of features that still need to be added.
I have this one on the roadmap that should help with constants Placeholders #14
Originally had the user session persist across page refresh but that made it impossible to use BCS in multiple tabs concurrently. I just created this one for a more sophisticated solution Local session management #85.
You have a list of program IDs that you've preloaded. Where possible, import the IDLs from anchor registry, or allow JSON import, allowing a drop down for each instruction, which will populate the account structs for the instructions and serialize the parameter data.
See Goki's transaction builder for an implementation of this: https://devnet.goki.so/wallets/5NwgCo9qxfhLxaWbLgxRvuG1HcYnimPtezuR9xiqeuZX/propose
The text was updated successfully, but these errors were encountered: