Quick Start
Deploy and edit your own transaction building agents
Fork Our Template Repo
Click one of the above agent options (Ref or CoinGecko)
Click Deploy. This will fork our repo to your GitHub and deploy to a host url
Go to your GitHub and clone the newly created repo locally
Setting up Your Local
Add make-agent, this will fire up you local agent and allow you to test in the playground
Add package.json under scripts.
It should look like this
Run the Agent in the terminal
Playground Boots Up
The window should boot up, and you can now edit locally and see it update live in the wallet.
Check out the file /public/.well-known/ai-plugin.json
This is the Manifest that details how our plugin works
Last updated