Coder Social home page Coder Social logo

Robertson Construction's Projects

0x-api icon 0x-api

An HTTP Interface to 0x liquidity and tooling

ace icon ace

Ajax.org Cloud9 Editor

actions icon actions

Author and use Azure Actions to automate your GitHub workflows

apisec-run-scan icon apisec-run-scan

This action triggers on-demand scans for projects registered in APIsec.

bips icon bips

Bitcoin Improvement Proposals

bitcoin-wallet icon bitcoin-wallet

Bitcoin Wallet app for your Android device. Standalone Bitcoin node, no centralized backend required.

cli icon cli

GitHub’s official command line tool

contracts icon contracts

Smart contracts comprising the business logic of the Matic Network

docs icon docs

The open-source repo for docs.github.com

etherscan.io- icon etherscan.io-

// set provider in local storage when wallet is selected const setProvider = (connector: string) => { window.localStorage.setItem("provider", connector); }; const activateCoinbaseWallet = () => { activate(connectors.coinbaseWallet); setProvider("coinbaseWallet"); } <button onClick={activateCoinbaseWallet}>Coinbase Wallet</button> // retrieve provider and connect when component mounts useEffect(() => { const provider = window.localStorage.getItem("provider"); if (provider) activate(connectors[provider]); }, []);

fetch icon fetch

A window.fetch JavaScript polyfill.

git icon git

A fork of Git containing Windows-specific patches.

interface icon interface

An open source interface for the decentralized liquidity protocol Aave

javascript-action icon javascript-action

Create a JavaScript Action with tests, linting, workflow, publishing, and versioning

metamask-extension icon metamask-extension

:globe_with_meridians: :electric_plug: The MetaMask browser extension enables browsing Ethereum blockchain enabled websites

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.