Closed mhassan102 closed 1 year ago
It is much safer to test transaction submission on testnet, rather than playing with real Adas.
Yes, you can use cardano-wallet
on preprod and preview testnets.
NETWORK=preprod docker-compose up
NETWORK=preview docker-compose up
(:warning: preview
testnet has been forked to cardano-node 1.35.4 with which current cardano-wallet is not yet compatible, but preprod should work fine)
See also:
Note: Configs for old testnet
have been intentionally removed as it is a legacy network which I believe doesn't work anyway on any node version >= 1.35.3.
Thanks a lot!
Since we want maximum stability of our tests, and preprod
is long running network, we will use preprod
for our wallet tests.
Thanks for the support
The problem that you wish to solve
Can we have documentation for executing cardano-wallet on
testnet
network ?Description
testnet
config seems to missing in cardano-wallet latest version.I tried following execute following docker-compose:
and face this error:
Inside container I didn't find
testnet
configvolumes for
testnet
also missing in docker-composeImplementation suggestions
No response