Skip to content

Instantly share code, notes, and snippets.

View hefgi's full-sized avatar

François-Julien Alcaraz hefgi

View GitHub Profile
@hefgi
hefgi / index.html
Created September 25, 2022 15:40
Responsive Landing Page
<div class="main">
<div id='content'>
<div class='title'>
<span>pooled</span>
</div>
<p>A HOLDING COMPANY</p>
<p>POOLED EURL - 69, Rue du rouet 13006 Marseille, France</p>
</div>
</div>

Keybase proof

I hereby claim:

  • I am hefgi on github.
  • I am hefgi (https://keybase.io/hefgi) on keybase.
  • I have a public key ASAtiBYQTw-QqlUlo-2v7fqqLnPL3CbXFHePItxv0r9L2Qo

To claim this, I am signing this object:

@hefgi
hefgi / ethers.js
Last active August 29, 2019 15:52
Ethers.js - Basic implementation
// Require ethers & axios for CommonJS
// const ethers = require('ethers')
// const axios = require('axios')
// Import ethers & axios for ES6 modules
import { ethers } from 'ethers'
import { axios } from 'axios'
// Constants for infura URL provider
const overrides = {