A monorepo containing the example applications for building apps with Metamask Delegation Tookit (https://docs.gator.metamask.io/)
This repository contains:
create-gator-app: CLI tool to bootstrap new projects with delegation capabilities
gator-examples/
├── packages/
│ └── create-gator-app/ # CLI tool for bootstrapping new projects
└── ...
The create-gator-app
package is a CLI tool that helps you bootstrap a new project with delegation capabilities. It provides a simple template for local development.
# Using npx
npx create-gator-app@latest
# Or install globally
npm install -g create-gator-app
create-gator-app
- Node.js (v22 or later)
- Yarn (required for create-gator-app development)
- npm or yarn (for examples)
# Clone the repository
git clone https://github.com/chin-flags/gator-examples
cd gator-examples
# Install dependencies using yarn (required for create-gator-app)
yarn install
# Build all packages
yarn build
Contributions are welcome! Please feel free to submit a Pull Request.
[Add your license information here]