Skip to content

ZK Wallet is a DeFi solution that allows users to store, manage, and transact their crypto assets in a secure, private, and efficient way. DZkWallet uses blockchain technology and zero-knowledge proofs (ZKPs) to ensure the security, transparency, and anonymity of the wallet operations and the user data.

Notifications You must be signed in to change notification settings

the-code-writer/zk-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express + React Web3 Base Project

Node v16 | Express | React

How To

Install Node.js v16.

Step 1: Install Backend Dependencies

In your terminal, navigate to the /backend directory of the project and run the following command to install the backend dependencies:

cd backend
npm install

This command will install all the required packages specified in the package.json file.

Step 2: Run the Backend Server

In the same terminal, run the following command to start the backend server:

npm run server

This command will start the backend server, and it will listen for incoming requests.

Step 3: Install Frontend Dependencies

Open a new terminal window , and run the following command to install the frontend dependencies:

cd frontend
npm install --force

Step 4: Run the Frontend Server

After installing the frontend dependencies, run the following command in the same terminal to start the frontend server:

npm run start

This command will start the frontend server, and you'll be able to access the website on localhost:3000 in your web browser.

About

ZK Wallet is a DeFi solution that allows users to store, manage, and transact their crypto assets in a secure, private, and efficient way. DZkWallet uses blockchain technology and zero-knowledge proofs (ZKPs) to ensure the security, transparency, and anonymity of the wallet operations and the user data.

htttps://zkwallet.network

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages