docker contains python3.6, web3.py, jupyter notebook and solc
1.2K
docker-compose.yml
version: '3' services: web3py-notebook: image: jamess010/web3py-notebook environment: PARITY_VERSION: v2.3.5 volumes: - .:/code ports: - "8828:8888"
docker-compose up -d
for usage, visit: https://www.aifirm.org/2019-07-31-Use-Python-Truffle-Building-Smart-Contract/
Content type
Image
Digest
Size
471.7 MB
Last updated
about 7 years ago
docker pull jamess010/web3py-notebook