This monorepo contains a collection of template applications and examples for the SonicSVM ecosystem. Each template is designed to showcase different aspects of building applications on SonicSVM.
sonic-templates-monorepo/
โโโ wallet-adapter-example/ # Example implementation of SonicSVM wallet adapter
โโโ privy-sonic/ # Example implementation of Privy Auth on SonicSVM
A Next.js-based example showing how to integrate SonicSVM wallet functionality into your application. See the template's individual README for detailed setup and usage instructions.
- Clone the repository:
git clone https://github.com/mirrorworld-universe/sonic-templates-monorepo.git
cd sonic-templates-monorepo
- Navigate to the desired template directory:
cd <template-directory>
- Follow the template-specific README for setup and running instructions.
Each template in this monorepo:
- Is self-contained with its own dependencies
- Includes detailed documentation
- Follows best practices for its specific use case
- Provides a working example that can be used as a starting point
Contributions are welcome! Please read our contributing guidelines before submitting pull requests.
This project is licensed under the MIT License.
For support, please open an issue in the repository.