Quick Start
Prerequisites
1. Clone the Repository
git clone https://github.com/ayazabbas/strike.git
cd strike2. Deploy Smart Contracts
cd contracts
forge install
forge build
forge test # 51 tests should pass3. Configure the Bot
4. Start the Bot
5. Start the Keeper
6. Test It
Running as Services (Production)
Last updated