neume-network / message-schema

Neume-network's internal message JSON schema.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Neume-network's internal message JSON schema.

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%