- Update .env.example to .env
- Update custom program ID in .env file
src/utils/idl
src/components/Wallet.tsx
src/utils/Store.tsx
React Store uses useContext to allow all children components to access values in Store.
signAndSendTransaction
function which take a transaction, set recentBlockhash and feePayers, then send the transaction.
get.
getCustomPda
is a simple fetch request
getCustomPdaWithFilter
includes a filter
programClient
accessible with const { programClient } = useStoreContext();