olas-prediction-leaderboard / tabs /howto_benchmark.py
cyberosa
updating contribute tab
06920f7
raw
history blame
537 Bytes
how_to_run = """\
## Create a new Tool
- Fork the repo [here](https://github.com/valory-xyz/mech).
- Create your tool in mech/packages/{your-name-here}/f'{your-tool}.py'
- Submit a PR
## Test your Tool on the Benchmark locally
- Fork the repo [here](https://github.com/valory-xyz/olas-predict-benchmark).
- Follow the instructions in the readme.
## Run a Prediction Agent that uses these Tools to place real bets
- Fork the repo [here](https://github.com/valory-xyz/trader-quickstart).
- Follow the instructions in the readme.
"""