An Open Autonomy skill that implements interactions with mechs.
-
Clone the repository:
git clone [email protected]:valory-xyz/mech-interact.git
-
System requirements:
- Python
>=3.8
- Tendermint
==0.34.19
- IPFS node
==0.6.0
- Pipenv
>=2021.x.xx
- Docker Engine
<25.0
- Docker Compose
- Python
-
Pull pre-built images:
docker pull valory/autonolas-registries:latest docker pull valory/safe-contract-net:latest
-
Create development environment:
make new_env && pipenv shell
-
Configure command line:
autonomy init --reset --author valory --remote --ipfs --ipfs-node "/dns/registry.autonolas.tech/tcp/443/https"
-
Pull packages:
autonomy packages sync --update-packages