Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.23 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.23 KB
 ,--.-.,-.   _,.---._                   _,.---._     
/==/- |\  \,-.' , -  `.   _,..---._   ,-.' , -  `.   
|==|_ `/_ /==/_,  ,  - \/==/,   -  \ /==/_,  ,  - \  
|==| ,   /==|   .=.     |==|   _   _\==|   .=.     | 
|==|-  .||==|_ : ;=:  - |==|  .=.   |==|_ : ;=:  - | 
|==| _ , \==| , '='     |==|,|   | -|==| , '='     | 
/==/  '\  \==\ -    ,_ /|==|  '='   /\==\ -    ,_ /  
\==\ /\=\.''.='. -   .' |==|-,   _`/  '.='. -   .'   
 `--`        `--`--''   `-.`.____.'     `--`--''     

A Web Interface for Kodo Protocol 🥁

An open source frontend interface for the decentralized exchange protocol Kodo

Enabling users to:

  • Seamlessly swap, provide liquidity, manage veLocks, vote, and claim rewards.
  • Easily monitor positions and protocol status.

Getting started

  • Make sure to have nodejs installed. This app is built using Next.js and react.
  • Run yarn install
  • You can now run the nextjs app this way: yarn dev
  • That's it! You can now start hacking and submit PRs.

TODO: IPFS Deployment

  • Implement automatic deployment to IPFS for each commit in Kodo's client, utilizing Cloudflare's IPFS gateway for seamless updates.