Thank you for helping improve the Sharpy TypeScript SDK!
git clone https://github.com/stellar-sharpy/sharpy-sdk.git
cd sharpy-sdk
npm install
npm run buildUse the Bug Report issue template. Include the SDK version, code snippet, and the error you received.
Use the Feature Request template. Reference the underlying contract method if applicable.
- Fork and branch from
main - Run
npm run lint— must pass with 0 errors - Run
npm run build— must succeed - Add or update tests if relevant
- Open a PR with a clear description and link to the related issue
- All public exports must have JSDoc comments
- Match existing patterns in
src/client.ts - Use
bigintfor all on-chain amounts (stroops) - Never expose secret keys or sign transactions outside
wallet.ts
Conventional commits:
feat:new SDK method or exportfix:bug fixdocs:documentationchore:build/configtest:tests onlyrefactor:no behaviour change
MIT