Skip to main content

All Questions

Tagged with
0 votes
1 answer
84 views

How to build on-chain Solana trading bot

Can you help me figure out how can I build an on-chain trading bot for trading tokens launched on the Solana Blockchain? Just need step by step guidance or resources to start. Thanks for your response....
Abdullah Umar's user avatar
4 votes
1 answer
79 views

Storing and reading data on user account

Is it possible to store user notes in his account or maybe some way around? Wanna make some kind of on-chain KeePass. Ideally just with web API in React or smth. Thank you.
Mukhtar's user avatar
  • 43
1 vote
1 answer
733 views

Error: AnchorError: AnchorError caused by account: base_account. Error Code: AccountNotInitialized

I wrote a Solana Program with two functions, one for the initialization of an account and a second to upload data to the account. While testing on localhost it was working fine, but when I uploaded it ...
Rounak Naik's user avatar
3 votes
1 answer
409 views

Getting transaction info on account changes using JS

Using JS, how would I go about getting transaction information on transactions that affect the balance of a specific account? I've been able to listen for account changes with the following code, but ...
gxc's user avatar
  • 165
2 votes
0 answers
43 views

Stake account info is not updated after epoch

I delegate 30◎ the validator in 353 epoch. Stake account is 2o5G3H5dCb2akeT1eU4Q9WUz7Ky8hco2QmoAQg2ki42Z. In 354 epoch I got rewards and my stake right now is 30.013167766◎. But when I'm trying go ...
Denys Hryshko's user avatar