A Solana-native counter built using the MPL (Metaplex) stack.
- Build the program:
cargo build-sbf - Build the IDL:
shank build - Build the TypeScript SDK:
pnpm solita- Temporary workaround: edit
ts/generated/accounts/Counter.tsline 58 toconst accountInfo = await connection.getAccountInfo(address, { commitment: "confirmed" });so that the tests pass. Future Solita versions will fix this.
- Temporary workaround: edit
- Run tests:
pnpm test