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

Can we get all information for 0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E USDC token like balance’s, transactions etc. from avalanche-rosetta node? #128

Open
UMANGAWASTHY opened this issue Aug 3, 2022 · 0 comments

Comments

@UMANGAWASTHY
Copy link

Hello Team,
I want to extract all information for 0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E USDC token like balance’s, transactions etc.
I had setup avalanche-rosetta node using docker, currently it is syncing.
Once its full sync. Will it fulfill my requirement?
Here is the steps to setup node

  1. pull repository
    sudo git clone https://github.com/ava-labs/avalanche-rosetta.git
    2. Create docker image
    sudo docker build --no-cache --build-arg AVALANCHE_VERSION=${AVALANCHE_VERSION} --build-arg ROSETTA_VERSION=${GIT_COMMIT} -t avaplatform/avalanche-rosetta:v1.7.13est .
  2. build docker container
    sudo docker run -d --name avalanche-mainnet-3332 --rm -v $PWD/data:/data -v $PWD/logs:/root/.avalanchego -e AVALANCHE_NETWORK=Mainnet -e AVALANCHE_CHAIN=43114 -e AVALANCHE_MODE=online -e token_whitelist="0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E" -e validate_erc20_whitelist=true -p 3332:8080 -p 9650:9650 -p 9651:9651 avalanche-rosetta:v1.7.13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

1 participant