Getting Started ⚡
Ready to Deploy?
Before diving into the technical setup, check out our pricing plans to choose the right subscription for you.
Installing Droseraup
Droseraup is the Drosera CLI installer. It is a simple command line tool that allows you to install the Drosera CLI globally on your machine.
Open your terminal and run the following command:
curl -L https://app.drosera.io/install | bashThis will install Droseraup, then follow the instructions on-screen, which will make the droseraup command available in your CLI.
Running droseraup by itself will install the latest precompiled drosera binary. See droseraup --h for more options, like installing from a specific version.
Project Setup with Foundry
Prerequisites
Install Foundry
curl -L https://foundry.paradigm.xyz | bash
foundryupInitialize Drosera project
Use the Drosera Trap Foundry Template repo to easily create a new Drosera project.
mkdir my-drosera-trap
cd my-drosera-trap
forge init -t drosera-network/trap-foundry-templateQuick Start
Drosera Trap Foundry Template Repo
Next Steps
Once you have created your trap, you may want to:
- Configure Alerts - Set up Slack and webhook notifications for your trap
- Dry Run Your Trap - Test your trap's logic before deploying
- Deploy Your Trap - Deploy your trap to the Drosera network
