You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm doing everything right by instruction, ./transfer_gateway setup, ./transfer_gateway start, import 0xbb63b692f9d8f21f0b978b596dc2b8611899f053d68aec6c1c20d1df4f5b6ee2, sign in the message with this account, send transaction with token transfer, everything goes without problems but no tokens appear under DAppChain Account tab.
I tried upgrading loom from 371 to 375, tried checking if ganache and loom are working, and they are reachable, tried changing ganache to truffle develop.
Also I had problem as described here, solved by manually migrating or pasting address instead of DC_CRYPTO_CARDS_JSON.networks[networkId].address, or by ./transfer_gateway restart
I'm doing everything right by instruction,
./transfer_gateway setup,./transfer_gateway start, import 0xbb63b692f9d8f21f0b978b596dc2b8611899f053d68aec6c1c20d1df4f5b6ee2, sign in the message with this account, send transaction with token transfer, everything goes without problems but no tokens appear under DAppChain Account tab.I tried upgrading loom from 371 to 375, tried checking if ganache and loom are working, and they are reachable, tried changing ganache to truffle develop.
Also I had problem as described here, solved by manually migrating or pasting address instead of
DC_CRYPTO_CARDS_JSON.networks[networkId].address,or by./transfer_gateway restart