DEV Community

Discussion on: Steps on making a blockchain

Collapse
 
sandeepkamboj12 profile image
Sandeep kamboj

Blockchain is just similar to the linked list. In which each nodes is connected to its previous and next node using their address.

Collapse
 
mohitus88 profile image
Mohit Sharma

But like what are the fundamentals thing to do(or what kind of environment or dependencies required) so that i can start working on any Blockchain ?

Collapse
 
sandeepkamboj12 profile image
Sandeep kamboj

I have built basic blockchain implementation in javascript..

Firstly you need understand how blockchain works. Blockchain is not only for currency. Blockchain is the building block of crypto currencies.You can also implement it in Financial, Hosting etc sectors. Blockchain ledger or database can be private or public. Like Crypto currency its blockchain ledger is public. And there are many more things like that

Collapse
 
dsanchezseco profile image
dsanchezseco

just *nix and lot of readmes from github/readthedocs.