Skip to content

celo-org/minipay-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniPay Workshop

Setup a MiniPay project in less than 15 minutes!

Prerequisites

  1. node > 18
  2. yarn

Setting up the project

Initialize project using Celo Composer MiniPay template

npx @celo/celo-composer create --template minipay

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