Skip to content

Poly-bond/polybond-frontend

Repository files navigation

PolyBond

Frontend Hosting URL: https://polybond.vercel.app/

PolyBond Contracts Github: https://github.com/link_to_contracts

PolyBond is a bonding serivce operating on the Polygon layer 2 blockhain. It gives protocols deployed an opportunity to own their liquidity by buying them from the retail Liquidity Providers, paying them with the protocols native token. A special feature of PolyBond is it gives these protocols the chance to incentive their user to hodl the token and not dump into the market. The Modal for this appropch is a staking mechanism this is economically backed. The reward given to these users is gotten from the protocol whose bond is been purchased.

Tech Stack

PolyBond was built on the Polygon blockchain. It was deployed on the Mumbai testnet using Alchemy.

Other Tools Used

  1. Solidity
  2. Hardhat
  3. Next.js
  4. Tailwind CSS

It is an EIP-2535 Diamond Standard compliant project. This means it follows the most up to date best practices for building software on EVM-compatible networks. Projects built with the Diamond Standard are more gas efficient, secure and flexible.

How to run this project locally

Clone the project's repo and change Directory

git clone $PolyBond_URL bondii && cd bondii

Installing Dependencies

npm i 

Run project locally

npm run dev