Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

an infura .env sample would be nice #2

Closed
bonevays opened this issue May 8, 2021 · 1 comment
Closed

an infura .env sample would be nice #2

bonevays opened this issue May 8, 2021 · 1 comment

Comments

@bonevays
Copy link

bonevays commented May 8, 2021

Yes!

@taarushv
Copy link
Owner

taarushv commented May 8, 2021

Instructions:

Get an API key from https://infura.io/dashboard

git clone https://github.com/taarushv/helios.git
cd helios
touch .env // create .env
echo 'INFURA_WS_URL=wss://mainnet.infura.io/ws/v3/alphanumerical_key_from_infura' >> .env // add api key
cat .env // verify the file output
go build && ./helios -client=infura -mode=quick // build and run

Pointing to this issue in the README, thanks for bringing it up @bonevays

@taarushv taarushv closed this as completed May 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants