storj / storjscan

GNU Affero General Public License v3.0
6 stars 2 forks source link

Update readme with missing info #52

Closed dlamarmorgan closed 1 year ago

dlamarmorgan commented 2 years ago

Some feedback from someone trying to use storjscan locally.

1) The following flags for the token price chore are missing from the readme.

--token-price.coinmarketcap-config.api-key
--token-price.coinmarketcap-config.base-url

2) The Contracts section of the readme lacks info about compiling test token in ./contracts. There is no build folder in ./contracts so in ordered to run the commands

cethacea contract deploy --name TOKEN 
contracts/build/TestToken.bin --abi 
contracts/build/TestToken.abi  '(uint256)' 1000000000000

the user needs to install npm packages first and then I install solidity compiler (source) and run script