coti-io / coti-node

COTI is the first DAG based chain protocol that's optimized for Enterprises and Stable-coins.
https://coti.io
GNU General Public License v3.0
184 stars 23 forks source link
blockchain coti coti-node cryptocurrency dag java p2p payments

COTI Node

GitHub Stars GitHub Issues Current Version Docker Publish Build Release GitHub Coverity Scan Coverity Discord Server


What is COTI?

COTI is a fully encompassing “finance on the blockchain” ecosystem that is designed specifically to meet the challenges of traditional finance (fees, latency, global inclusion and risk) by introducing a new type of DAG based base protocol and infrastructure that is scalable, fast, private, inclusive, low cost and is optimized for real time payments.

The ecosystem includes a

Find out more about COTI in our Medium.

About this repository

coti node is the development repository for COTI's DAG-based distributed ledger. It is comprised of a basenode (which provides the base functionality for all COTI nodes) and all other COTI nodes.

:star: Star this repository to show your support!


Table of Contents


Requirements

Software requirements:

Node requirements:


Build & Run

Locally

build:

mvn initialize && mvn clean compile && mvn package -DskipTests
java -jar fullnode/target/fullnode-3.2.0-SNAPSHOT.jar --spring.config.additional-location=fullnode1.properties

Docker container

There is a dockerfile and docker compose in this folder. to build:

docker-compose build
docker-compose up -d

Support

Don't hesitate to reach out to us at one of the following places:


License

License: GPL v3 This project is licensed under the terms of the GNU General Public License v3.0 license.