Skip to content
View doble196's full-sized avatar

Block or report doble196

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
doble196/README.md

Rensley R.

Onchain builder — New York, NY

🛠️ building Access0x1 — open-source onchain payments

X Access0x1 Location


Read this first. I'm first a reasoning-and-logic developer — fullstack, leaning backend, which is where fintech lies. If the look isn't there, here are my words: judge me on the logic and the complexity of the project before you judge the way my button looks. Everything below is that argument, with receipts.

🏆 Verified ETHGlobal Hacker Pack holder

Not a claim — an on-chain credential. The EG-HACKER token, held on Optimism:

// ETHGlobal Hacker Pack — onchain holder check (Optimism)
const { ethers } = require('ethers'); // npm install ethers
const provider = new ethers.JsonRpcProvider('https://mainnet.optimism.io');

const pack   = '0x32382a82d9faDc55f971f33DaEeE5841cfbADbE0'; // ETHGlobal Hacker Pack (EG-HACKER)
const wallet = '0x53c61cfb8128ad59244e8c1d26109252ace23d14';
const abi    = ['function balanceOf(address owner) view returns (uint256)'];

const held = await new ethers.Contract(pack, abi, provider).balanceOf(wallet);
console.log(`${wallet} ${held > 0n ? 'is' : 'is not'} a pack holder`); // → is  (balance: 1)

What I'm building

Access0x1 — an open-source onchain payments + identity rail. USD-priced crypto checkout from a single link: no code, no contract, no gas to manage. One shared, non-custodial router; exact fee-split; prices read from Chainlink feeds in-transaction.

App Domain Role
Access0x1 github.com/Access0x1/Access0x1 Open-source onchain payments + identity rail
NFTeria nfteria.click Onchain commerce built on Access0x1

Most recently at ETHGlobal — shipped Access0x1 and won a prize from ENS.

Stats

Metrics

☀️ Summer ops — shipping under the sun.

📅 1,843 days on GitHub · 5 years, 18 days · 263 weeks Last updated: 2026-07-25 (America/New_York)


Building in the open · Access0x1

Pinned Loading

  1. GitHat-IO/create-githat-app GitHat-IO/create-githat-app Public

    CLI scaffolder for GitHat — auth + hosting in one command: npx create-githat-app

    Handlebars

  2. doble196.github.io doble196.github.io Public

    Rensley's Portfolio

    HTML 1

  3. ClickReserv-Inc/.github ClickReserv-Inc/.github Public

    Legal entity for ClickReserv Inc. Engineering work happens at github.com/ClickReserv.

  4. GitHat-Inc/.github GitHat-Inc/.github Public

    Legal entity for GitHat Inc. Engineering work happens at github.com/GitHat-IO.

  5. QuantL-Inc/.github QuantL-Inc/.github Public

    Legal entity for QuantL Inc. Engineering work happens at github.com/QuantLinc.

  6. SebasTN-Inc/.github SebasTN-Inc/.github Public

    Legal entity for SebasTN Inc. Engineering work happens at github.com/SebasTN-Rhys.