Skip to content

Instantly share code, notes, and snippets.

View sistemaon's full-sized avatar
🎯
Focusing

Erni Augusto sistemaon

🎯
Focusing
  • Minas Gerais
View GitHub Profile
@sistemaon
sistemaon / RunningInTerminal.txt
Created September 22, 2017 22:40
packing and building electron windows app
Pack First:
npm run pack:win_ia32
Build Second ( or last thing you do):
npm run build
pragma solidity ^0.4.21;
/**
HRC20Token Standard Token implementation
*/
contract HRC20 {
string public name = 'Bringstyonthehimbrelick'; // Change it to your Token Name.
string public symbol = 'BOH'; // Change it to your Token Symbol. Max 4 letters!