- Download the .zip file from Releases:
- Unzip the file and drag into respective directory.
const ethers = require('ethers'); | |
const privatekey = '0X_PRIVATE_KEY'; | |
const provider = new ethers.JsonRpcProvider('ALCHEMY_OR_INFURA_KEY'); | |
const wallet = new ethers.Wallet(privatekey, provider); | |
// ETHScript an Image | |
const file = 'IMAGE_PATH.png'; | |
const image = new Buffer(fs.readFileSync(file)).toString('base64'); | |
const formatted = `data:image/png;base64,${b64}` |
Created: July 01, 2024
Last Edited: August 01, 2024
NOTICE: Should go without saying, but I am not responsible for your device. Below are the notes I've used to get my own Rabbit r1 running with the r1_escape image & LineageOS. You should have a vague idea of what you're doing before jumping into any of this, & make sure you have a stock backup before changing anything.
./mtk rl --skip userdata "path/to/backup"