417 B
417 B
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.