/chain-remit

A Remit Dapp on solidity and react. Users can remit Ether for fiat cash via participating agents, trustlessly, in the physical world. The App uses the budilGuidl template to provide a rounded full stack Decentralised App experience.

Primary LanguageJavaScriptMIT LicenseMIT

🏗 CHAIN-REMIT

International Remittance via ethereum from ether deposit to local currency, anywhere, anytime 🚀

🏄‍♂️ Quick Start

Prerequisites: Node plus Yarn and Git

clone/fork 🏗 chain-remit:

git clone https://github.com/0surface/chain-remit.git

install and start your 👷‍ Hardhat chain:

cd chain-remit
yarn install
yarn chain

in a second terminal window, start your 📱 frontend:

cd chain-remit
yarn start

in a third terminal window, 🛰 deploy your contract:

cd chain-remit
yarn deploy

🔏 Edit your smart contract Remittance.sol in packages/hardhat/contracts

📝 Edit your frontend App.jsx in packages/react-app/src

💼 Edit your deployment scripts in packages/hardhat/deploy

📱 Open http://localhost:3000 to see the app

🏗 Scaffold-ETH

Built on scaffold-ETH

Documentation, tutorials, challenges, and many more resources, visit: docs.scaffoldeth.io

🛠 Buidl

Check out all the active branches, open issues, and join/fund the 🏰 BuidlGuidl!