Follow the steps below to set up the MINA-POC
project on your local machine.
-
Clone the repository:
git clone <repo-url>
-
Navigate to the main directory:
cd MINA-POC
-
Move to the
mina-client-app
subdirectory:cd mina-client-app
-
Initialize a new git repository:
git init
-
Install the required npm packages:
npm install
-
Navigate back to the main directory:
cd ..
-
Proceed to the
smart-contract-component
subdirectory:cd smart-contract-component
-
Initialize a new git repository:
git init
-
Install the required npm packages:
npm install
After following these steps, the MINA-POC
project should be set up and ready for development on your machine.