The Rahat Project C2C is a monorepo designed to facilitate a Crypto-2-Crypto Cash Voucher Assistance (CVA) flow. It includes features such as a deposit token feature with a QR code, user roles and permissions with whitelisting for disbursement transactions, disbursement approvals with detailed execution information, and a multi-sig disbursement flow directed back to the safe wallet. This project is dependent on the rahat-core
project, which must be set up and running before starting the Rahat Project C2C.
Ensure your system has the following dependencies installed:
Before beginning, ensure the rahat-core
project is set up and running by following the instructions in the rahat-core
repository.
Clone the Rahat Project C2C repository using the following command:
git clone git@github.com:rahataid/rahat-project-c2c.git
Navigate to the project directory and bootstrap the project using pnpm:
pnpm bootstrap
Start the project using the following command:
pnpm start
By following these instructions, you will be able to set up and run the Rahat Project C2C locally, and leverage its features for Crypto-2-Crypto Cash Voucher Assistance.