Skip to content

Chainerator/SoongsillCoin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 

Repository files navigation

What is SoongsillCoin?

This project is a project that has analyzed and copied Bitcoin's operating principles and implemented directly as Node.js. SoongsillCoin uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out collectively by the network.

How to run

Make sure you have installated node.js 9.x on your machine.

1. Clone this project

2. Intall modules

sudo npm install -g yarn

cd server
yarn install

3. Run the server

yarn dev

API

  • GET /blocks

  • GET /blocks/:hash

  • POST /blocks

  • POST /peers {body: {peer}}

  • GET /me/balance

  • GET /me/address

  • GET /address/:address

  • GET /transactions

  • GET /transactions/:id

  • POST /transactions {body: {address, amount}}

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

About

SoongsillCoin, the most awesome coin made in NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 96.5%
  • HTML 3.5%