This project is a project that has analyzed and copied Bitcoin's operating principles and implemented directly as Node.js. JaecheolCoin uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out collectively by the network.
Make sure you have installated node.js 9.x on your machine.
sudo npm install -g yarn
cd server
yarn install
yarn dev
Contributions are welcome! Please feel free to submit a Pull Request.