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