Neume-network's internal message JSON schema.
- Fork the project
- Clone the project
git clone https://github.com/<your-name>/message-schema
- Navigate with the project
cd message-schema
- Install the neccassary dependencies
npm install
- Start the project locally
npm start
- Create your own branch
git checkout -b <your-branch-name>
- Add the project
git add .
- Commit your changes
git commit -m"<your-commit-message>"
- Push to github
git push
Licensed as SPDX-License-Identifier: GPL-3.0-only