* ac: expose wrap_application_data_v1, hide wrap_event * ac: separate event deserialization methods, update IDL * ac: add test for deserializing application data event * ac: add crate READMEs, update top-level README * ac: bump version to 0.1.2 |
||
---|---|---|
.. | ||
idl | ||
src | ||
tests | ||
.gitignore | ||
.npmignore | ||
.solitarc.js | ||
README.md | ||
jest.config.js | ||
package.json | ||
tsconfig.base.json | ||
tsconfig.cjs.json | ||
tsconfig.json | ||
yarn.lock |
README.md
Account Compression SDK
Currently contains a typescript SDK to interact with on-chain SPL ConcurrentMerkleTrees.
Used to test Account Compression program.
Setting up the Solita-based Typescript SDK
-
Generate the Solita SDK with
yarn solita
. -
Then build the SDK with
yarn build
.
Testing the SDK
Run yarn test
. Expect jest
to detect an open handle that prevents it from exiting tests naturally.