Skip to content

Instantly share code, notes, and snippets.

View igorbarinov's full-sized avatar
🌿

Igor Barinov igorbarinov

🌿
View GitHub Profile
anonymous
anonymous / etc.js
Created August 12, 2017 20:25
go!
const Web3 = require('web3');
const net = require('net');
const { Pool, Client } = require('pg');
let web3 = new Web3('/Users/user/repos/private_net/here.ipc', net);
const pool = new Pool({
user: 'readonly',
host: 'localhost',

Steps

Software Setup

Get Source Code

go get github.com/cosmos/cosmos-sdk
@miguelmota
miguelmota / README.md
Last active February 28, 2023 02:10
Deploy custom Optimism rollup instructions

Instructions

Unofficial guide on deploying a custom Optimism rollup on Kovan

⚠️ Notice: Guide updated April 2021. Check out the Optimism discord for additional help and support.

Clone optimism contracts:

git clone git@github.com:ethereum-optimism/optimism.git