This repository contains the official documentation for Interspace, a comprehensive platform providing powerful tools for building web3 applications and managing blockchain interactions.
This documentation is built using Vocs, a modern documentation framework.
To run the documentation site locally:
# Install dependencies
npm install
# Start the development server
npm run devVisit http://localhost:3000 to see the documentation site.
npm run build- Getting Started: Overview, quickstart guides, and introduction to core concepts
- API Reference: Detailed information on API endpoints and functionality
- Authentication & Integration: Auth providers, WalletConnect, RainbowKit
- Application Building: App integration options and wallet-as-a-service
- Development Resources: Code examples and implementation guides
If you'd like to contribute to the documentation, please follow these steps:
- Fork the repository
- Create a new branch for your changes
- Make your changes
- Submit a pull request