Skip to content

AbdulRehman9012/ecdsa-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ECDSA Node

I have updated this project and changed it's light mode to dark mode.

You have to provide private key of your account to transfer fund but don't worry your address is automatically founded and only shared with server not your private key. And for transfer function you only had to provide address for receiver account.

PRIVATE KEYS OF THREE ALREADY SAVED ACCOUNTS IS SHARED AT THE LAST OF THIS FILE YOU CAN TRY THOSE ACCOUNTS. DON'T TRANSFER FUNDS IN THOSE ACCOUNT OF WHOM PRIVATE KEY IS NOT KNOWN.

Client

The client folder contains a react app using vite. To get started, follow these steps:

  1. Open up a terminal in the /client folder
  2. Run npm install to install all the depedencies
  3. Run npm run dev to start the application
  4. Now you should be able to visit the app at http://127.0.0.1:5173/

Server

The server folder contains a node.js server using express. To run the server, follow these steps:

  1. Open a terminal within the /server folder
  2. Run npm install to install all the depedencies
  3. Run node index to start the server

The application should connect to the default server port (3042) automatically!

Hint - Use nodemon instead of node to automatically restart the server on any changes.

PRIVATE_KEY : b426e500450d44a361ed353f082b152e8683fbaac6041d1a05bcb2d90f2d90a0 ADDRESS : 73d19a8465dc336acca65e573a3335eda24687e8

PRIVATE_KEY : c696c8c4b29373c3ba9cf77739d8b26347cb1b7062d3501778d9aedf37bb18ff ADDRESS : 6be7c1e90ff76b89c83052a44445feb3aecdf65d

PRIVATE_KEY : 88db8d59d993cd6cf87e3bff110b61117fea7ed6a9524a9c16bc91b5fa3b5b3f ADDRESS : 9c3080ef83f27249af23a8943116c0491c5ce83e

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.7%
  • SCSS 21.0%
  • HTML 5.3%