Integrate ICP to cryptocurrency wallet

I want to integrate ICP to a cryptocurrency wallet, I saw some popular exchanges (Coinbase, Binance) have supported. I followed this document to do it: Integrate with the Internet Computer ledger :: Internet Computer

When I run rosetta in mainnet, I got some errors, same with those people: How dfinity/rosetta-api connect to icp mainnet ? · Issue #41 · dfinity/rosetta-client · GitHub

Anything wrong? Thanks

with --not-whitelisted, it works now

Full command: sudo docker run --publish 8080:8080 dfinity/rosetta-api --mainnet --not-whitelisted

1 Like

The command above also worked for me! Cheers!