Skip to content

Instantly share code, notes, and snippets.

View rcr109's full-sized avatar
๐Ÿ˜œ

Ricardo Castilho Resende rcr109

๐Ÿ˜œ
View GitHub Profile
@rcr109
rcr109 / .git...HEAD
Created January 18, 2026 19:49
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.31+commit.fd3a2265.js&optimize=undefined&runs=200&gist=
ref: refs/heads/main
@rcr109
rcr109 / .prettierrc.json
Created January 18, 2026 19:37
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.31+commit.fd3a2265.js&optimize=undefined&runs=200&gist=
{
"overrides": [
{
"files": "*.sol",
"options": {
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"singleQuote": false,
"bracketSpacing": false