![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
github.com/maticairo/unlam-blockchain
Este proyecto fue desarrollado por alumnos de la Universidad Nacional de La Matanza, en el marco de la cátedra de Criptografía, y pretende demostrar de manera simple la implementación de una Blockchain para validar y securizar transacciones entre Wallets.
La herramienta provee una interfaz de linea de comandos a través de la cual se puede simular y ver la generación de una blockchain.
Integrantes | Parametros |
---|---|
createwallet | - |
createblockchain | -ADDRESS |
listaddresses | - |
send | -FROM -TO -AMOUNT |
printchain | - |
getbalance | -ADDRESS |
Input:
$ go run main.go createwallet
Output:
New address is: 1C6yMEC88e5UXPn59upTHQsmJCYAZE3SLy
Input:
$ go run main.go createblockchain -address 1C6yMEC88e5UXPn59upTHQsmJCYAZE3SLy
Output:
000337396060da20d4d5ae4584c64415df6779db937a450fb613cd749e29b79a
Genesis created
Finished!
Input:
$ go run main.go printchain
Output:
Prev. hash:
Hash: 000337396060da20d4d5ae4584c64415df6779db937a450fb613cd749e29b79a
PoW: true
--- Transaction 1a8a316b7e74eeb859b143aaa4f42b52206e44cab9f0b8e396c8f7246c73361b:
Input 0:
TXID:
Out: -1
Signature:
PubKey: 4669727374205472616e73616374696f6e2066726f6d2047656e65736973
Output 0:
Value: 100
Script: 79ca80415dac51ee07cfae8fdc243bd5f0df38a4
Input:
$ go run main.go send -from 1C6yMEC88e5UXPn59upTHQsmJCYAZE3SLy -to 1MFkBG8sJjJE8hBww5U5HNDV6BW8YB9bXC -amount 30
Output:
000fd826f4c05d0490d1ccc43a28248bae12554febadb0b0ca67ec200aa4ecda
Success!
Input:
$ go run main.go getbalance -address 1C6yMEC88e5UXPn59upTHQsmJCYAZE3SLy
Output:
Balance of 1C6yMEC88e5UXPn59upTHQsmJCYAZE3SLy: 70
Input:
$ go run main.go listaddresses
Output:
1MFkBG8sJjJE8hBww5U5HNDV6BW8YB9bXC
1C6yMEC88e5UXPn59upTHQsmJCYAZE3SLy
Integrantes |
---|
Cairo, Matías |
De Rito, Micaela |
Foglia, Julieta |
Reynoso, Thomas |
Perez, Lautaro |
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.