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