- Hello Im tryng to develop a simple transfer app using concordium, i have configured my concordium node on ubuntu i have installed a browser wallet and create account.
i have import my config like screenshot
my node on testnet is syncing and im trying to use grpc.testnet.concordium.com but show
RpcError: Nonexisting sender account
Connection Code
const accountAddress = AccountAddress.fromBase58(`3H3n564uUDHGXq8PcJ9rGHB6nDiFnSSTfgFZJAT5SmvAMbp3ZX`);
const client = new ConcordiumGRPCNodeClient(
`grpc.testnet.concordium.com`,
parseInt(`20000`),
credentials.createInsecure(),
{ timeout: 15000 }
);