fix typo and add .env

This commit is contained in:
Roman Storm 2017-12-07 21:01:46 -08:00
parent e881f422ff
commit e5de87afdf
2 changed files with 6 additions and 1 deletions

5
distributeTokens/.env Normal file
View File

@ -0,0 +1,5 @@
RPC_PORT=8545
HOST=localhost
FAT_BALANCE=0x0039F22efB07A647557C7C5d17854CFD6D489eF3
FILENAME_CSV_INVESTORS=example.csv
GAS_PRICE=1

View File

@ -1,6 +1,6 @@
# How to use
1. Provide [csv file](exmaple.csv) in the following format:
1. Provide [csv file](example.csv) in the following format:
`0x2c57E1E3AD53F0b971422696c1470cEB84F83B1B,100`
2. Run `npm install`
3. Edit [.env](.env) file