Skip to content

dwarvesf/contract-icy-swap

Repository files navigation

IcySwap Contract

Contracts

How to run project

  1. Install deps with yarn
  2. To run unit test, use command npx hardhat test
  3. cp .env.example .env and update env configs
  4. Deploy contracts with npx hardhat run deploy/deploySwap.ts

Note

  • Still in experiment. DYOR!

Todo list

Feature

  • Swap ICY -> USDC
  • SetConversionRate
  • WithdrawToOwner
  • Ownable
  • Pausable
  • Staking ICY

Test

  • Swap
  • SetConversionRate
  • WithdrawToOwner

Releases

No releases published

Packages

No packages published