@solana-commerce/program-client
v1.0.0
Published
install surfpool if you haven't already: https://docs.surfpool.run/
Readme
TS Client TestSetup
install surfpool if you haven't already: https://docs.surfpool.run/
cd clients/typescript
pnpm installRun tests
Unit Tests
pnpm test:unitIntegration Tests
pnpm test:integrationNote: this will start a local validator using surfpool and run the tests.
Other Commands
pnpm fetch-mintsThis will fetch the usdc and usdt mints from the network and save them to the tests/setup/mints directory.
