starkzap-sdk

Solid

Reference for integrating or maintaining applications built with keep-starknet-strange/starkzap, including StarkSDK setup, onboarding, wallet lifecycle, sponsored transactions, ERC20 flows, staking, and transaction builder usage.

AI & Automation 80 stars 25 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
64
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Starkzap SDK Project-focused guide for `https://github.com/keep-starknet-strange/starkzap`. Use this skill when requests involve Starkzap SDK code, examples, or docs. ## When to Use Trigger for tasks like: - "Add a new onboarding flow in Starkzap" - "Fix sponsored transaction behavior in wallet.execute" - "Update staking pool logic or validator presets" - "Patch Privy signer/server integration" - "Review Starkzap tests/docs/examples" ## When NOT to Use - Generic Starknet SDK work outside the Starkzap codebase. - Cairo contract authoring, deployment operations, or security audits. ## Quick Start 1. Open the target Starkzap repository paths below and choose the smallest workflow surface first. 2. Use [skills catalog](../README.md) when the task crosses into generic Starknet wallet, deployment, or audit flows. ## Repository Map Primary implementation: - `src/sdk.ts` - top-level orchestration (`StarkSDK`) - `src/wallet/*` - wallet implementations and lifecycle - `src/signer/*` - `StarkSigner`, `PrivySigner`, signer adapter - `src/tx/*` - `Tx` and `TxBuilder` - `src/erc20/*` - token helpers, balance/transfer logic - `src/staking/*` - staking operations and pool discovery - `src/types/*` - shared domain types (`Address`, `Amount`, config) Operational and docs: - `tests/*` and `tests/integration/*` - `examples/web`, `examples/server`, `examples/mobile`, `examples/flappy-bird` - `scripts/*` for generated artifacts in the Starkzap repo - `docs/*` and `mintlify-docs/*` Sk...

Details

Author
keep-starknet-strange
Repository
keep-starknet-strange/starknet-agentic
Created
6 months ago
Last Updated
yesterday
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category