We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce16e10 commit f100b30Copy full SHA for f100b30
rust/threshold-schnorr/README.md
@@ -108,6 +108,10 @@ There are four options that are planed to be supported:
108
* `test_key_1`: a master **test** key ID that is used in mainnet.
109
* `key_1`: a master **production** key ID that is used in mainnet.
110
111
+For example, the default code in `src/schnorr_example_rust/src/lib.rs` derives
112
+the key ID as follows and can be deployed locally:
113
+`SchnorrKeyIds::TestKeyLocalDevelopment.to_key_id(algorithm)`
114
+
115
IMPORTANT: To deploy to IC mainnet, one needs to replace `"dfx_test_key"` with
116
either "test_key_1"` or `"key_1"` depending on the desired intent. Both uses of
117
key ID in `src/schnorr_example_rust/src/main.mo` must be consistent.
0 commit comments