Skip to content

Commit 99098fa

Browse files
committed
README: Add about Testnet
1 parent 801a288 commit 99098fa

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,25 @@ Follow steps below:
6161
```
6262
5. Convert a quantum resistant lock script to SECP256K1/blake160 lock script.
6363
``` shell
64-
cargo run -- cc_to_sphincsplus --tx_hash <tx-hash> --tx_index <index> --key_file key.json --lock_arg <LOCK-ARG> --sp_tx_hash <SPHINCS+ Script in step 2> --sp_tx_index <index>
64+
cargo run -- cc_to_secp --tx_hash <tx-hash> --tx_index <index> --key_file key.json --lock_arg <LOCK-ARG> --sp_tx_hash <SPHINCS+ Script in step 2> --sp_tx_index <index> --fee 10000
6565
```
6666

6767
## Deployment on testnet
68-
TODO
68+
The contract can be used on testnet
69+
```
70+
tx_hash: 0x35f51257673c7a7edd009fa2166e6f8645156207c9da38202f04ba4d94d9e519
71+
index: 0
72+
```
73+
74+
I made a transaction with this contract.
75+
76+
```
77+
Default lock script (secp256k1) to SPHINCS+
78+
tx hash: 0x1a48fb4def03465ab826e56fbf77943db65fad57db19d02279465d954e28be64
79+
80+
```
81+
After that, I transaction the contract:
82+
```
83+
tx hash: 0x1e3fcf73f02bb98e90239ed01e4fec63dc3469471309a19ee4eec7cfc00a8637
84+
```
85+

0 commit comments

Comments
 (0)