A practical simulation of a blockchain node, emphasizing virtual digital wallets, transaction lifecycle, APIs, and WebSockets.
-
Updated
Dec 7, 2023 - JavaScript
A practical simulation of a blockchain node, emphasizing virtual digital wallets, transaction lifecycle, APIs, and WebSockets.
This project is an example of using a client and server to facilitate transfers between different addresses. Since there is just a single server on the back-end handling transfers, this is clearly very centralized. We won't worry about distributed consensus for this project.
Solution to the project from Week 1 from Alchemy University.
Alchemy's Ethereum Developer Bootcamp: Week 1 Project - ECDSA Node
Project of week 1 of Ethereum Bootcamp in Alchemy University. It's a platform where you can see you digital wallet balance and send to another wallet cryptocurrencies, a basic app using react, node and ethereum-cryptography library
⟁ Alchemy University - Week 1
ECDSA-Node is a project hosted on GitHub that provides an implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA) in Node.js. ECDSA is a cryptographic algorithm used for signing and verifying digital signatures, and is widely used in various applications such as secure communication, digital payments, and blockchain technology.
🔐Ethereum cryptography example with React💲🔐
Add a description, image, and links to the ethereum-cryptography topic page so that developers can more easily learn about it.
To associate your repository with the ethereum-cryptography topic, visit your repo's landing page and select "manage topics."