|
před 4 měsíci | |
---|---|---|
.. | ||
idl | před 1 rokem | |
src | před 2 roky | |
tests | před 1 rokem | |
ts | před 1 rokem | |
.solitarc.js | před 1 rokem | |
Cargo.toml | před 4 měsíci | |
README.md | před 1 rokem | |
jest.config.js | před 1 rokem | |
package.json | před 3 roky |
This example program is written using Solana native using MPL stack.
cargo build-sbf
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