Skip to content

Instantly share code, notes, and snippets.

View joshstevens19's full-sized avatar

Josh Stevens joshstevens19

View GitHub Profile
@joshstevens19
joshstevens19 / app.tsx
Last active July 28, 2021 15:46
uniswap-dApp-integration
import React, { useEffect } from 'react';
import {
ChainId,
ETH,
UniswapDappSharedLogicContext,
} from 'uniswap-dapp-integration-shared';
import UniswapReact from 'uniswap-react';
import './App.css';
function App() {
@joshstevens19
joshstevens19 / Web3-CLI.md
Last active December 20, 2018 18:57 — forked from nivida/Web3-CLI.md
Web3 CLI specification (draft)
These are the web3 commands:
  
  Starting with a project:
    init <--browser|--server|--server-api> [options]      Starts the setup, will then ask questions like NPM does (name of project etc).
                                                          Will create a basic web or node app for them.
    
    options: 
         --browser
         --server