Skip to content

This is crypto wallet which can work with Ethereum and Bitcoin.

Notifications You must be signed in to change notification settings

rainbow1223/Digital-crypto-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ready Decrypto React-Js App

Prerequisites

Install Node JS

Refer to https://nodejs.org/en/ to install nodejs - Please choose NodeJS version between 12.19.0 and <=14.18.1

Install create-react-app

Install create-react-app npm package globally. This will help to easily run the project and also build the source files easily. Use the following command to install create-react-app

npm install -g create-react-app

Running the Application in local

Unzip the project. Open the terminal app and go to the root of the project.

Install all the npm packages. Go into the project folder and type the following command to install all npm packages

npm install

In order to run the application Type the following command

npm start

Builds the app for production to the build folder

npm run build

The Application Runs on http://localhost:3000

About

This is crypto wallet which can work with Ethereum and Bitcoin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published