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 installto install dependencies.
- Execute
bun devto 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 :)