ceccode / ff-chain

Blockchain project. Built for learning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ff-chain

This is a personal project, created based on multiple sources, web courses, tutorials and some work.

Getting Started

These instructions will get you a copy of the project up and run on your local machine for development and testing purposes.

Prerequisites

  • node 6+
  • npm 5+

Installing

Clone the project and

npm install

Run

npm start

Running the tests

Run the test with (I use Jest for this project)

npm test

Coverage

Run the test with coverage with

npm run coverage

Coding style tests

I am using ESLint and the particularly stringent Airbnb configuration.

npm run lint

Contributing

Feel free to contribute.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Blockchain project. Built for learning.

License:Other


Languages

Language:JavaScript 97.2%Language:Shell 2.8%