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

Block or report Bind

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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

Twitter @binderdouglas - Telegram @dbinder

Pinned Loading

  1. forge-jig forge-jig Public

    Storage Slot Math Begone (Beta)

    Solidity 24

  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