Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Latest commit

 

History

History
46 lines (41 loc) · 892 Bytes

readme.md

File metadata and controls

46 lines (41 loc) · 892 Bytes

message-schema

Neume-network's internal message JSON schema.

Requirements to contribute

  1. Node JS

Contributing

  1. Fork the project
  2. Clone the project
git clone https://github.com/<your-name>/message-schema
  1. Navigate with the project
cd message-schema
  1. Install the neccassary dependencies
npm install
  1. Start the project locally
npm start

Pushing to Github

  1. Create your own branch
git checkout -b <your-branch-name>
  1. Add the project
git add .
  1. Commit your changes
git commit -m"<your-commit-message>"
  1. Push to github
git push

license

Licensed as SPDX-License-Identifier: GPL-3.0-only