- Launch MiniPay from Opera Mini.
- Enable developer mode.
- Tap the
Discover
icon in MiniPay. - Open
Test page - Staging
. - Enter the URL as
https://pamoja-app-awg.web.app
- Tap
Go
, and find your way through the app.
- Fork it.
- Clone it on your local machine.
- Retrieve the smart contract code from
packages/contracts/PamojaApp.sol
- Copy and paste the code on Remix IDE.
- Retrieve the deploy smart contract address in
packages/react-app/utils/addresses/pamojaAppContractAddress.ts
- Paste the address in your Remix IDE in the
At Address
section. cd
into the repository into thereact-app/
folder- Run
npm run dev
, and navigate tohttp://localhost:3000
- Front-end:
Next.js
- Back-end:
Solidity (smart contract)
- Deployment:
Firebase Hosting
https://pamoja-app-awg.web.app/
Distributed under the MIT License. See LICENSE.txt
for more information.