The Keystore SDK is designed to facilitate cross-chain operations and interactions within dApps.
The project is built using a monorepo structure to further enhance modularity and scalability.
packages/
: Directory for subdirectories of the sdk.sdk/
: The core functionnalitities of the sdk.
example/
: Directory for the demo example of the sdk.proofs-demo/
: Basic demo using the sdk.
- Clone the repository and navigate to the project directory.
- Run
bun install
to install dependencies.
- Execute
bun dev
to start the development server.
- Bun - The JS toolkit for maximum efficiency.
- NextJS - The React framework for server-side rendering.
- Biome - For ultra-fast linting/formatting.
- TanStack Query - For efficient data fetching and async state management.
- Viem 2.0 - For blockchain communication.
We welcome contributions! Don't hesitate to submit PR :)