Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 582 Bytes

File metadata and controls

30 lines (16 loc) · 582 Bytes

Telos Works

Telos Works is a Worker Proposal System for the Telos Blockchain Network.

Documentation

Documentation for Telos Works can be found on the Telos Net Docs

Setup

To begin, navigate to the project directory: telos-works/

mkdir build && mkdir build/example

chmod +x build.sh

chmod +x deploy.sh

Build

./build.sh works

Test

cd build/tests

./unit_test -l all -r detailed -t works_tests -- --verbose

Deploy

./deploy.sh works { account } { mainnet | testnet | local }