ethereum-cryptography
There are 8 repositories under ethereum-cryptography topic.
yunemse48/ecdsa-node
A practical simulation of a blockchain node, emphasizing virtual digital wallets, transaction lifecycle, APIs, and WebSockets.
ocdbytes/ECDSA-Node-Blockchain
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.
Alejandro-Arroyave/EthereumBootcampWeek1
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
formysister/react-ethereum-cryptography
🔐Ethereum cryptography example with React💲🔐
leandrocampero/alchemy-week1-ecdsa-node
Alchemy's Ethereum Developer Bootcamp: Week 1 Project - ECDSA Node
pacelliv/ecdsa-node
Solution to the project from Week 1 from Alchemy University.
ArnaudBand/ecdsa-node
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.
ThomasErhel/ecdsa-node
⟁ Alchemy University - Week 1