Version: 1.9.8
Platform: x86_64
First, install or update to the latest system software.
sudo apt-get update
sudo apt-get install build-essential chrpath libssl-dev libxft-dev
| /** | |
| * 1. Initialize new node project (npm init -y) | |
| * 2. Run: npm install ethers | |
| * 3. Add private key where PRIVATE_KEY | |
| * 4. Optionally, update gas price (line 29) or chosen gas limit | |
| * 5. Run: node mint-temporal-loot.js | |
| * 6. NOTE: Don't forget to get an API key fgrom Alchemy and replace the variable in line 15 | |
| */ | |
| // Imports | |
| require("dotenv").config(); |