All Questions
2 questions
2
votes
0
answers
320
views
Having issues with Anchor generated IDL file in react project
I am trying to connect React frontend with a Program running in Solana. It work find with my previous attempt a year ago and i was able to write React frontend and connect with a Program running in ...
0
votes
1
answer
2k
views
Solana Rust (Anchor): TypeError: Cannot read properties of undefined (reading '_bn')
I'm trying to build a simple application with React that interacts with my Solana smart contract. When I click the <button> which calls getMsg() function, the following error is displayed.
...