Compare commits
No commits in common. "5ce44edd92281bac385e2e286fad813badf473bd" and "15a82b48928e2625ed58bd7347462043298f5115" have entirely different histories.
5ce44edd92
...
15a82b4892
|
@ -30,11 +30,11 @@
|
||||||
//!
|
//!
|
||||||
//! ```sh
|
//! ```sh
|
||||||
//! # On an online system
|
//! # On an online system
|
||||||
//! icepick sol get-blockhash > sdcard/blockhash.json
|
//! blockhash=$(icepick sol get-blockhash | jq -r .blob)
|
||||||
|
//! icepick sol transfer $amount $to_address $from_address $blockhash > sdcard/unsigned.json
|
||||||
//!
|
//!
|
||||||
//! # On an offline system
|
//! # On an offline system
|
||||||
//! blockhash=$(jq -r .blob sdcard/blockhash.json)
|
//! icepick sol sign < sdcard/unsigned.json > sdcard/signed.json
|
||||||
//! icepick sol transfer $amount $to_address $from_address $blockhash | icepick sol sign > sdcard/signed.json
|
|
||||||
//!
|
//!
|
||||||
//! # On the online system, again
|
//! # On the online system, again
|
||||||
//! icepick sol broadcast < sdcard/signed.json
|
//! icepick sol broadcast < sdcard/signed.json
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[[module]]
|
[[module]]
|
||||||
name = "sol"
|
name = "sol"
|
||||||
derivation_prefix = "m/44'/501'/0'"
|
derivation_prefix = "m/44'/501'"
|
||||||
algorithm = "Ed25519"
|
algorithm = "Ed25519"
|
||||||
|
|
Loading…
Reference in New Issue