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.
We currently supports the operating systems below.
You should install the packages below before you build the source.
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
.
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
Friday is licensed under the Apache License 2.0.