G6 MW & Chain API Guide
Overview
Architecture
src/packages/<feature>/
├── api/
│ ├── axiosInstance.ts # HTTP client config
│ ├── queries.ts # GET requests
│ └── mutations.ts # POST/PUT/DELETE requests
├── hooks/ # React hooks for API & blockchain
└── types.ts # TypeScript type definitionsBase URLs
Authentication
Features
Core APIs
Quick Start
HTTP API Request
Blockchain Transaction
Technology Stack
Environment Variables
Important Notes
Last updated
Was this helpful?