Skip to content

L10n07k1n9/narelicoin

Repository files navigation

NARELICOIN : IPN CIC A18 Intro to cryptography

The following homework is a proof of concept to show a simple blockchain without mining or ledger concepts. Nevertheless the following features should be working:

  • A block and a blockchain structure.
  • Functionality (code) to add blocks to the blockchain.
  • Nodes (or peers) that communicate and sync the blockchain with other nodes.
  • An HTTP API to dispatch the nodes actions against the blockchain.

The purpose is solely to integrate the elliptic curve signing and verification scheme with an arbitrary hash.

Developed on node.js and compiled with typescript.

To build src

npm install
npm start
node ./dist/main.js

To build local docker

To create your local docker image and container:

  1. Run docker build --rm -f Dockerfile -t narelicoin:v1.0 .
  2. Then : docker run --rm -d -p 3001:3001 narelicoin:v1.0

References

Credits

[

]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published