* AC: fix tsconfig json files for publishing js package * AC: fix package.json module exporting, move mpl to peerDeps * AC: rename program ids and addresses to match crate |
||
---|---|---|
.. | ||
idl | ||
src | ||
tests | ||
.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.