hdac-io / friday

Development repository for friday mainnet
Apache License 2.0
2 stars 2 forks source link

FRIDAY

Travis codecov license

Welcome to the official FRIDAY repository. Friday is a decentralized network program which helps you to connect other blockchain and build your own network easily.

Build the source

Supported Systems

We currently supports the operating systems below.

Prerequisites

You should install the packages below before you build the source.

Build

git clone this source and change directory.

git clone https://github.com/hdac-io/friday.git
cd friday

Simply make it!

make install

The built binaries - nodef and clif - will be located in your $GOBIN.

Test

You should launch execution engine grpc server first.

cd friday
./CasperLabs/execution-engine/target/release/casperlabs-engine-grpc-server -z $HOME/.casperlabs/.casper-node.sock&

And simply make it again!

make test

Documents

Resources

License

Friday is licensed under the Apache License 2.0.