Giter Site home page Giter Site logo

cata-network / flow-go-cata Goto Github PK

View Code? Open in Web Editor NEW

This project forked from onflow/flow-go

30.0 0.0 0.0 227.89 MB

CATA stroage. Design based on Flow Blockchain, with fast, secure, and developer-friendly feature. Support the next generation of games, apps, and the digital assets that power them.

Home Page: https://www.cata.network/

License: GNU Affero General Public License v3.0

Shell 0.11% Perl 0.04% C 0.62% Go 98.34% Assembly 0.27% Makefile 0.44% Dockerfile 0.04% Cadence 0.15%
blockchain distributed-systems filesystem

flow-go-cata's Introduction

CATA.Storage/Flow

CATA.Storage is desigined based on Flow storage node. It could be regarded as the parallel chain of Flow. Flow is a fast, secure, and developer-friendly blockchain built to support NFT application. CATA.Storage also Inherited these excellent characteristics.

Table of Contents

Getting started

Documentation

You can find an overview of the Flow architecture on the documentation website.

Development on Flow is divided into work streams. Each work stream has a home directory containing high-level documentation for the stream, as well as links to documentation for relevant components used by that work stream.

The following table lists all work streams and links to their home directory and documentation:

Work Stream Home directory
Access Node /cmd/access
Collection Node /cmd/collection
Consensus Node /cmd/consensus
Execution Node /cmd/execution
Verification Node /cmd/verification
Observer Service /cmd/observer
HotStuff /consensus/hotstuff
Storage/cata.storage /storage
Ledger /ledger
Networking /network
Cryptography /crypto

Installation

Clone Repository

  • Clone this repository

  • Clone this repository's submodules:

    git submodule update --init --recursive

Install Dependencies

  • Install Go (Flow supports Go 1.18 and later)

  • Install CMake, which is used for building the crypto library

  • Install Docker, which is used for running a local network and integration tests

  • Make sure the GOPATH and GOBIN environment variables are set, and GOBIN is added to your path:

    export GOPATH=$(go env GOPATH)
    export GOBIN=$GOPATH/bin
    export PATH=$PATH:$GOBIN

    Add these to your shell profile to persist them for future runs.

  • Then, run the following command:

    make install-tools

At this point, you should be ready to build, test, and run Flow! 🎉

Note: Whenever the crypto module version imported by "go.mod" is updated to a version that was never locally imported before, the crypto dependency needs to be set-up. If not, you should notice errors about "relic" or "crypto". Run the following command to set-up the new module version:

make crypto_setup_gopath

Development Workflow

Testing

Flow has a unit test suite and an integration test suite. Unit tests for a module live within the module they are testing. Integration tests live in integration/tests.

Run the unit test suite:

make test

Run the integration test suite:

make integration-test

Building

The recommended way to build and run Flow for local development is using Docker.

Build a Docker image for all nodes:

make docker-build-flow

Build a Docker image for a particular node role (replace $ROLE with collection, consensus, etc.):

make docker-build-$ROLE

Local Network

A local version of the network can be run for manual testing and integration. See the Local Network Guide for instructions.

Code Generation

Generated code is kept up to date in the repository, so should be committed whenever it changes.

Run all code generators:

make generate

Generate protobuf stubs:

make generate-proto

Generate OpenAPI schema models:

make generate-openapi

Generate mocks used for unit tests:

make generate-mocks

flow-go-cata's People

Contributors

jordanschalm avatar turbolent avatar psiemens avatar tarakby avatar synzhu avatar durkmurder avatar m4ksio avatar kc1116 avatar yhassanzadeh13 avatar ramtinms avatar zhangchiqing avatar bors[bot] avatar kay-zee avatar janezpodhostnik avatar gomisha avatar savetherbtz avatar vishalchangrani avatar peterargue avatar arrivets avatar philipstanislaus avatar danuio avatar mrbrianhobo avatar pattyshack avatar fxamacker avatar supuns avatar danielholmes839 avatar huitseeker avatar pazams avatar lolpuddle avatar dsainati1 avatar

Stargazers

 avatar 杨维哲 avatar tim avatar Hao Shang avatar xiaopenhu avatar Satoshi Nakamura avatar Zhida Chen avatar  avatar Ether Line avatar Yiwei Chen avatar Ziwen Zhao avatar Eric417 avatar  avatar Keiichi Nitta avatar Yancan Chen avatar  avatar Xuyun Mu avatar Covariance Dirac Delta avatar  avatar 数据娃掘 avatar Hồ Thi Tý avatar 白马非马 avatar  avatar guanglinmei avatar  avatar 黑漏 avatar timothy Rasinski avatar Ken avatar 龙佚 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.