|
il y a 2 ans | |
---|---|---|
.. | ||
idl | il y a 3 ans | |
src | il y a 2 ans | |
tests | il y a 3 ans | |
ts | il y a 3 ans | |
.solitarc.js | il y a 3 ans | |
Cargo.toml | il y a 2 ans | |
README.md | il y a 3 ans | |
jest.config.js | il y a 3 ans | |
package.json | il y a 3 ans |
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