Quickstart
The quickstart guide covers multiple topics to get you up and running with the MetaMask Delegation Toolkit.
It uses the hello-gator
project as a template.
Prerequisites
- Install and set up the MetaMask Delegation toolkit.
- Ensure you have access to the private
hello-gator
repository. If you need to gain access, provide the MetaMask Delegation team with your GitHub username.
Quickstart setup
Clone the repository:
git clone git@github.com:MetaMask/hello-gator.git
Navigate into the repository and install the dependencies:
cd hello-gator && yarn install
You are now ready to complete the quickstart guide for the Viem client.