ddapptools icon indicating copy to clipboard operation
ddapptools copied to clipboard

Docker-dapptools: A drop-in docker replacement for dapptools.

Results 3 ddapptools issues
Sort by recently updated
recently updated
newest added

LC_ALL strikes again ```bash $ seth /nix/store/kxj6cblcsd1qcbbxlmbswwrn89zcmgd6-bash-4.4-p23/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) ``` Looks like the locale on the host system is fine but is broken in the...

```bash export ETH_RPC_URL="https://mainnet.infura.io/v3/..." ./ddapp.sh seth call 0x6b175474e89094c44da98b954eedeac495271d0f "balanceOf(address)(uint)" 0x40ec5b33f54e0e8a33a975908c5ba1c14e5bbbdf /nix/store/kxj6cblcsd1qcbbxlmbswwrn89zcmgd6-bash-4.4-p23/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) curl: (3) bad range specification in URL position 1835: https://mainnet.infura.io/v3/... SESSION=... SHELL=/bin/zsh TMPDIR=/var/folders/km/......

It would make sense to have a devenv version of the container, that is meant to stay idle and the user signs in and develops smart contracts