Squidy is a decentralized protocol that allows Ethereum users to earn yield on their assets by depositing them into a vault.
Architecture:
- Etheruem: All contracts are on Goerli Testnet/forked mainnet.
- Next.js for frontend
- Hardhat and Remix for Solidity development
- Factory Contract:
- Squid Contract:
- Vault Contract
- Default Strategies
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/your_username_/Project-Name.git
- Install NPM packages
npm install
- Run Hardhat Node
npx Hardhat node
- Run default strategy on forked mainnet
npx hardhat run scripts/squidyFork.js --network localhost
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request