Quickstart: Setup & First Interaction
1. Prerequisites
2. Environment Setup
# Clone the repository
git clone https://github.com/aethercycle/aethercycle-protocol.git
cd aethercycle-protocol
# Install dependencies
npm install3. Compile the Contracts
npx hardhat compile4. Run the Test Suite
5. First Interaction
Step 1: Start a Local Node
Step 2: Deploy Contracts
Step 3: Query the Contract
Step 4: Run the Script
Result
Last updated