A template for development with the open-aea and other agent tools and frameworks.
- Python
>=3.7
- Tendermint
==0.34.11
- IPFS node
==0.6.0
Alternatively, you can fetch this docker image with the relevant requirments satisfied:
docker pull valory/dev-template:latest
docker container run -it valory/dev-template:latest
-
empty directory
packages
which acts as the local registry -
.env file with Python path updated to include packages directory
To install the latest version of the open-AEA and development dependencies:
make new_env
make lint
make static
make pylint