|
2 years ago | |
---|---|---|
.. | ||
idl | 3 years ago | |
src | 2 years ago | |
tests | 3 years ago | |
ts | 3 years ago | |
.solitarc.js | 3 years ago | |
Cargo.toml | 2 years ago | |
README.md | 3 years ago | |
jest.config.js | 3 years ago | |
package.json | 3 years ago |
This example program is written using Solana native using MPL stack.
cargo build-bpf
shank build
yarn solita
const accountInfo = await connection.getAccountInfo(address, { commitment: "confirmed" });
in order to allow the tests to pass. In the future versions of Solita, this will be fixed.yarn test