Lift Cash is a self-governed, cooperative economic system built on the blockchain that allows participants to democratically manage a fiscal policy and earn a meaningful, sustainable crypto incomethroughthewisdomofthecrowd.
To install the project, follow these steps:
-
Clone the repository
git clone https://github.com/ICP-hub/liftcash.git
-
Run
dfx start
to start the local replica -
Install the dependencies by running
npm install
-
Replace the Principal in LIFT_DEPLOY.sh and PROMO_DEPLOY.sh with your own Principal ( e.g. export DEFAULT=sfwko-hd7us-gen5t-ssuci-vfjwf-afepb-a7p4y-guh5l-s5n2e-zuxvt-dae )
-
Create a minter and archive_controller Identity by running
dfx identity new minter
anddfx identity new archive_controller
-
Deploy the canisters by running
dfx deploy
or by running scripts in thescripts
folder (e.g.Scripts/deploy.sh
)cd Scripts chmod +x deploy.sh ./deploy.sh
-
Run the frontend by running
npm start
-
Open the frontend in your browser by navigating to
http://localhost:3000