bingtellar / bingtellar-minipay

Bingtellar MiniPay remittance dApp: This decentralized application, built on the Celo blockchain, leverages the MiniPay lightweight wallet for secure and efficient remittances. Send and receive funds globally with ease. #Celo #Minipay #Blockchain #Remittance #DeFi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bingtellar Minipay DApp

This repository contains a prototype of the Bingtellar Minipay remittance dApp - a streamlined and easy way to send money using cUSD in your minipay wallet to any bank account and momo in Africa instantly, through a connected payment settlement system powered by Bingtellar's robust on and off-ramp infrastructure.

Overview

Simplifying global transactions within and beyond Africa is imperative for individuals and businesses. We began solving this by introducing the utility of stablecoins to emerging markets, integrating local payment networks with digital assets, and providing efficient on/off ramps. With Minipay, we're advancing to tackle fragmentation, improve accessibility, and enhance global connectivity.

How to use

  1. Run the following command to start the DApp

    npm start

    This will start the app at http://localhost:3000.

  2. Since, this app is running on localhost and cannot be opened in MiniPay we need to create a tunnel we will use ngrok for the same.

  3. Create an account on ngrok, setup ngrok on your machine.

    [!NOTE] ngrok is offering free static domain, use that so the url of the app does not change!

  4. Use the following command, to start the tunnel.

    If you have the static domain

    ngrok http --domain=<STATIC_DOMAIN> 3000

    If not

    ngrok http 3000
    
    

How to test your DApp in MiniPay

  1. Open the MiniPay app on your phone and click on compass icon.

    minipay-app

  2. Click on "Test Page" to open the MiniPay test page.

    minipay-apps-screen

  3. Enter the URL of your DApp and click on "Go".

    minipay-site-tester

Live demo of Bingtellar Minipay dApp

Video Demo

Built With

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Bingtellar - Website - hello@bingtellar.com - Twitter

(back to top)

Acknowledgments

(back to top)

About

Bingtellar MiniPay remittance dApp: This decentralized application, built on the Celo blockchain, leverages the MiniPay lightweight wallet for secure and efficient remittances. Send and receive funds globally with ease. #Celo #Minipay #Blockchain #Remittance #DeFi


Languages

Language:HTML 30.6%Language:CSS 25.4%Language:JavaScript 21.3%Language:Python 17.9%Language:Solidity 4.8%