This is Gabriel Cardona's AVA Labs-centric development environment setup. Use at your own risk. Your mileage may vary.
iTerm2 is a replacement for Terminal
| #!/usr/bin/env bash | |
| # Helpful reading on the compromise: | |
| # https://www.aikido.dev/blog/npm-debug-and-chalk-packages-compromised | |
| # https://news.ycombinator.com/item?id=45169794 | |
| # https://x.com/P3b7_/status/1965094840959410230 | |
| # https://news.ycombinator.com/item?id=45169657 | |
| # NOTE: Requires `jq` and `rg` | |
| # Both can be installed with brew: |
| /** | |
| *Submitted for verification at Etherscan.io on 2021-09-05 | |
| */ | |
| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.0; | |
| /// [MIT License] | |
| /// @title Base64 |
This is Gabriel Cardona's AVA Labs-centric development environment setup. Use at your own risk. Your mileage may vary.
iTerm2 is a replacement for Terminal
| // check version | |
| node -v || node --version | |
| // list locally installed versions of node | |
| nvm ls | |
| // list remove available versions of node | |
| nvm ls-remote | |
| // install specific version of node |