We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Great work! I was planning to do the same thing in Nodejs. How can this run outside of Docker?
The text was updated successfully, but these errors were encountered:
Thanks for your feedback!
To deploy near exporter you need: go build -a -installsuffix cgo -ldflags="-w -s" -o main .
go build -a -installsuffix cgo -ldflags="-w -s" -o main .
if run the exporter on your node: ./main -accountId <pool_id>
./main -accountId <pool_id>
or using public rpc: ./main -url https://rpc.betanet.near.org -accountId <pool_id>
./main -url https://rpc.betanet.near.org -accountId <pool_id>
Sorry, something went wrong.
Thanks!
Merge pull request #1 from kernelpanic9/fix-up
05aff3f
Fix up variable names.
No branches or pull requests
Great work! I was planning to do the same thing in Nodejs. How can this run outside of Docker?
The text was updated successfully, but these errors were encountered: