|
пре 2 година | |
---|---|---|
.. | ||
idl | пре 3 година | |
src | пре 2 година | |
tests | пре 3 година | |
ts | пре 3 година | |
.solitarc.js | пре 3 година | |
Cargo.toml | пре 2 година | |
README.md | пре 3 година | |
jest.config.js | пре 3 година | |
package.json | пре 3 година |
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