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
nillion has this option but it is not clear how to use it.
asp@huge-dog ~ % nillion --help ...Options: ... -n, --network <NETWORK> Network configuration name ...asp@huge-dog ~ % nillion -nerror: a value is required for '--network <NETWORK>' but none was suppliedFor more information, try '--help'.asp@huge-dog ~ % nillion -n --helperror: a value is required for '--network <NETWORK>' but none was suppliedFor more information, try '--help'.
Through trial and error I found out that devnet is a valid value but neither testnet nor photon (which is used in the JS SDK) are.
asp@huge-dog ~ % nillion -n devnet inspect-idsError: loading node keyCaused by: need exactly one of --node-key, --node-key-path, --node-key-seedasp@huge-dog ~ % nillion -n testnet inspect-idsError: configuration not found for: testnetasp@huge-dog ~ % nillion -n photon inspect-idsError: configuration not found for: photon
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
nillion
has this option but it is not clear how to use it.Through trial and error I found out that
devnet
is a valid value but neithertestnet
norphoton
(which is used in the JS SDK) are.I did not find a way to see all possible values.
Suggestions
Beta Was this translation helpful? Give feedback.
All reactions