GithubHelp home page GithubHelp logo

ehsanes-hub / flow-go Goto Github PK

View Code? Open in Web Editor NEW

This project forked from onflow/flow-go

0.0 0.0 0.0 196.39 MB

A fast, secure, and developer-friendly blockchain built to support the next generation of games, apps, and the digital assets that power them.

License: GNU Affero General Public License v3.0

Makefile 0.46% Go 98.11% Dockerfile 0.09% Shell 0.07% C 1.26%

flow-go's Introduction

Flow GoDoc

Flow is a fast, secure, and developer-friendly blockchain built to support the next generation of games, apps and the digital assets that power them. Read more about it here.

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 /engine/execution
Verification Node /cmd/verification
HotStuff /consensus/hotstuff
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.13 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
  • All remaining dependencies can be installed automatically:
make install-tools

At this point, you should be ready to build, test, and run Flow! ๐ŸŽ‰

Note: if there is error about "relic" or "crypto", trying force removing the relic build and reinstall the tools again:

rm -rf crypto/relic
make install-tools

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 mocks used for unit tests:

make generate-mocks

flow-go's People

Contributors

andrewburian avatar arrivets avatar awfm9 avatar benjaminkvm avatar bmmoore avatar danuio avatar durkmurder avatar dwightguth avatar gitferry avatar janezpodhostnik avatar jkan2 avatar jordanschalm avatar joshuahannan avatar kay-zee avatar kzucky avatar m4ksio avatar mktip avatar mrbrianhobo avatar pazams avatar philipstanislaus avatar psiemens avatar quantaf1re avatar ramtinms avatar tarakby avatar timmymmit avatar turbolent avatar vishalchangrani avatar vishalchangraniaxiom-old avatar yhassanzadeh13 avatar zhangchiqing 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.