0.1.5 • Published 3 years ago
@ngundotra/spl-account-compression v0.1.5
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.