Skip to content
View Bind's full-sized avatar
⚒️
⚒️

Block or report Bind

Report abuse

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

Report abuse
bind/README.md

Ethereum, FinTech & On-Chain Games.

Looking to collab with nerds building w/ Typescript/Rust/Solidity

We're hiring, hit me up to talk shop. Twitter @binderdouglas - Telegram @dbinder

Pinned Loading

  1. forge-jig forge-jig Public

    Storage Slot Math Begone (Beta)

    Solidity 25

  2. df-snarker df-snarker Public

    Generate ZK-Snark proofs for https://zkga.me on a different device

    TypeScript 15 16

  3. Price feed from onChain data in ~100... Price feed from onChain data in ~100 LOC
    1
    import { Observable } from "rxjs";
    2
    import { createPublicClient, erc20Abi, formatUnits, getContract, http, parseUnits, type Address, type Block, type Hex } from 'viem'
    3
    import { base } from 'viem/chains'
    4
     
    5
    // Need to bring your own ABI's