Skip to content

Instantly share code, notes, and snippets.

View pdyakov's full-sized avatar

Pavel Dyakov pdyakov

  • FINDY
  • Belarus
View GitHub Profile
@pdyakov
pdyakov / etherium-quick-start.js
Last active March 29, 2018 08:00
Etherium Blockchain Platform Quick Start
// How to connect to Etherium Blockchain Platform
// Emitting events and listening for events within blockchain network
var Web3 = require('web3');
const HOST = '';
const ACCOUNT = '';
const ContractData = {...};
// Connection