Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.35 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.35 KB

MiniPay Workshop

Setup a MiniPay project in less than 15 minutes!

Prerequisites

  1. node > 20
  2. yarn/npm

Setting up the project

Initialize project using Celo Composer MiniPay template

npx @celo/celo-composer@latest create

Note

If you are not using Celo Composer it is recommended to use Viem as your web3 library when building MiniPay dApp

Install Dependencies

yarn

Get Testnet tokens from Faucet

Start the project

yarn run react-app:dev

Execute the above from the root folder of the project

Additional Resources