https://stackoverflow.com/questions/50930517/change-color-of-unused-variable-imports
2021 m. kovo 11 d., ketvirtadienis
xDai
Setting up xdai network:
https://www.xdaichain.com/for-users/wallets/metamask/metamask-setup
Honey-swap: https://forum.1hive.org/
Honey swap Youtube
Exchanges:
https://exchange.sushi.com/#/swap
https://app.honeyswap.org/#/swap
https://alpha.baoswap.xyz/#/swap
Faucet:
https://xdai-app.herokuapp.com/faucet (Bao Community made ! Pay it forward )
https://blockscout.com/poa/xdai/faucet
Notes on development:
https://gist.github.com/Paulius11/d688c31d67c7e9fb6ab46da930bea085
2021 m. kovo 10 d., trečiadienis
How to change Intelij Terminal
Shell path for wsdl
WSDL:
"C:\Windows\System32\wsl.exe"
mingw-64:
"C:\Program Files\Git\bin\bash.exe" -
How to change npm version
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
Usage:
$ nvm install <version> Download and install a <version>
$ nvm use <version> Modify PATH to use <version>
$ nvm ls List versions (installed versions are blue)
Usage:
$ nvm install 12
$ nvm use 12