Skip to content

Instantly share code, notes, and snippets.

View ivanmolto's full-sized avatar
💚
regen

Ivan Molto ivanmolto

💚
regen
View GitHub Profile
/**
*Submitted for verification at Etherscan.io on 2021-09-05
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/// [MIT License]
/// @title Base64

Development Environment Setup

This is Gabriel Cardona's AVA Labs-centric development environment setup. Use at your own risk. Your mileage may vary.

Terminal

iTerm2 is a replacement for Terminal

Shell

@chranderson
chranderson / nvmCommands.js
Last active July 26, 2024 20:22
Useful NVM commands
// 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