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