Skip to content

CodeCoin was born with the goal to help programmers to better understand the blockchain structure and how it is implemented in cryptocurrencies.

Notifications You must be signed in to change notification settings

danisan9490/codeCoin-solo-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Built With

Front-end

Back-end

What is Blockchain?

Getting Started

Prerequisites

For this project you need:

Nodejs

Installing

Go to codeCoin-solo-project/server and run:

npm install

Now you can run the server. I recommend to run two servers in different ports. The connection P2P will link the different ports. You can use any port but remembre that later we will run react in port 3000. For example, run:

PORT=5000 nodemon index.js
PORT=4000 nodemon index.js

Now you can go to codeCoin-solo-project/client/codecoin-react and install all the react dependencies:

npm install

Running React

In the folder /codeCoin-solo-project/client/codecoin-react/src run:

npm start

Now you can use codeCoin!

You can mine new blocks. If you are not familiar with blockchain-mining, check this documentation:

Result

If you open your terminal you will see the codeCoin-blockchain:

Future Features

I am working to create a data base with:

Author

  • danisan9490

About

CodeCoin was born with the goal to help programmers to better understand the blockchain structure and how it is implemented in cryptocurrencies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published