Skip to content
View caffeinum's full-sized avatar
🐢
Coffee Driven Development
🐢
Coffee Driven Development

Organizations

@y000r @testnet-exchange @morejust @flightwallet @energy-hack @zerocost @blockchainhack2019 @artgenexyz @stroomnetwork
Block or Report

Block or report caffeinum

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. artgenexyz/nft-contracts artgenexyz/nft-contracts Public

    Open-source NFT contracts used by Buildship

    Solidity 200 62

  2. ln-eth-swap ln-eth-swap Public

    Proof of Concept implementation of Atomic Swap between onchain ETH and LN BTC

    JavaScript 7 2

  3. swaponline/MultiCurrencyWallet swaponline/MultiCurrencyWallet Public

    Bitcoin, Ethereum, ERC20 crypto wallets with 0x and atomic swap exchange.

    TypeScript 457 480

  4. artgenexyz/webflow-nft-components artgenexyz/webflow-nft-components Public

    Connect web3 to Webflow without coding skills

    JavaScript 145 103

  5. Pure-JS OmniLayer sendtx Pure-JS OmniLayer sendtx
    1
    const bitcoin = require('bitcoinjs-lib') // version @3.3.2, ver4 won't work
    2
    const request = require('request-promise-native')
    3
    const net = process.env.NETWORK === 'testnet'
    4
      ? bitcoin.networks.testnet
    5
      : bitcoin.networks.bitcoin
  6. flightwallet/ios flightwallet/ios Public

    Aeroplane-mode cold wallet

    Swift 5 1