http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/881d55993fc8e7ce9ff9125b76b9e88f821f0b9f
/usr/bin/env python import sys , os , json from subprocess import Popen , PIPE from mmgen . common import * from mmgen . obj import CoinAddr , is_coin_addr decimals = 18 supply = 10 * * 26 name = ' MMGen Token ' symbol = ' MMT ' opts_data = lambda : { ' desc ' : ' Create an ERC20 token contract ' , ' usage ' : ' [opts] <owner address> ' , ' options ' : """ - h , - - help Print this help message - o , - - outdir = d Specify output directory for * . bin files - d , - - decimals = d Number of...