Skip to content
View earthchie's full-sized avatar

Organizations

@domecloud
Block or Report

Block or report earthchie

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

Pinned

  1. BlindSignature.js BlindSignature.js Public

    Chaum's Blind Signature on client side

    JavaScript 11 4

  2. jquery.Thailand.js jquery.Thailand.js Public

    ตัวช่วยกรอกที่อยู่ที่ดีที่สุดในไทย ไม่ต้องใช้ Server Side!

    HTML 644 445

  3. DeFi-SDK DeFi-SDK Public

    JavaScript 88 41

  4. hardhat_token_template hardhat_token_template Public archive

    Solidity 11 9

  5. get Satang and Bitkub Exchange rate get Satang and Bitkub Exchange rate
    1
    
                  
    2
    async function getExchangeRate(pair, start, end) {
    3
        return {
    4
            Satang: await getSatangExchangeRate(pair, start, end),
    5
            Bitkub: await getBitkubExchangeRate(pair, start, end)
  6. DOP_price_monitor.js DOP_price_monitor.js
    1
    const ethers = require('ethers');
    2
    
                  
    3
    const provider = new ethers.providers.JsonRpcProvider('https://bsc-dataseed.binance.org/');
    4
    
                  
    5
    // you can find pair address from Factory Contract, method getPair(token1Addr, token2Addr).