Skip to content

Instantly share code, notes, and snippets.

@lourou
lourou / App.js
Created April 19, 2022 14:09 — forked from adilanchian/App.js
Section 5: Update UI + deploy to an Ethereum testnet so anyone on the internet can wave at you using their
import React, { useEffect, useState } from "react";
import { ethers } from "ethers";
import './App.css';
import wavePortal from './utils/WavePortal.json';
const App = () => {
const [currentAccount, setCurrentAccount] = useState("");
const [allWaves, setAllWaves] = useState([]);
const contractAddress = "0xd5f08a0ae197482FA808cE84E00E97d940dBD26E";
@lourou
lourou / el-capitan-developer-clean-install.md
Last active December 28, 2015 11:03 — forked from saetia/gist:1623487
Clean Install – OS X 10.11 El Capitan – system preferences, nginx, php-fpm, mariadb