Skip to content

Latest commit

Β 

History

History
43 lines (27 loc) Β· 1.18 KB

File metadata and controls

43 lines (27 loc) Β· 1.18 KB

Cinch Protocol

We believe two things need to be true to onboard the next billion users into web3:

  • It will be done via mobile and through apps
  • It will be a collective effort among industry stakeholders

We built Cinch Protocol to manage the integration and fee sharing between non-custodial wallet providers and DeFi protocols.

Our goal is to put amazing DeFi products in front of millions of users. Non-custodial wallets are the user facing interface. DeFi protocols are the products. Cinch Protocol is the infrastructure that connects the two.

πŸ“š Documentation

Documentation, Architecture and many more resources, visit: docs.cinchprotocol.io

Setup

Prerequisites: Node plus Yarn and Git

install and start your πŸ‘·β€ Hardhat chain:

yarn install
yarn chain

in a second terminal window, πŸ›° deploy your contract:

yarn deploy

in a third terminal window, start your πŸ“± frontend:

yarn start

Testing with Hardhat

yarn test