当前位置: 首页 > 软件库 > Web3 > 区块链 >

coti-node

Coti Development Node Repository
授权协议 GPL-3.0 License
开发语言
所属分类 Web3、 区块链
软件类型 开源软件
地区 不详
投 递 者 羊舌高明
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

COTI Node


What is COTI?

COTI is a fully encompassing “finance on the blockchain” ecosystem that is designed specifically tomeet the challenges of traditional finance (fees, latency, global inclusion and risk) by introducing a new type of DAGbased base protocol and infrastructure that is scalable, fast, private, inclusive, low cost and is optimized for realtime 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 this repository to show your support!


Table of Contents


Requirements

Software requirements:

  • java jdk version: ^1.8
  • mvn version: ^3.5.3

Node requirements:

  • properties file for each node in the project root directory (Differs for each node type. A skeleton will be added later to the README of each node repository)
  • clusterstamp file for each node in the project root directory (Differs for each node type. Will be downloaded automatically in future releases)
  • lift the nodes in the following order:nodemanager ➡️ zerospend ➡️ trustscore ➡️ financial ➡️ storage ➡️ history ➡️ dsp ➡️ fullnode

Build & Run

Locally

build:

mvn initialize && mvn clean compile && mvn package -DskipTests
java -jar fullnode/target/fullnode-1.6.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

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

相关阅读

相关文章

相关问答

相关文档