Compare commits
2 Commits
15a82b4892
...
5ce44edd92
Author | SHA1 | Date |
---|---|---|
Ryan Heywood | 5ce44edd92 | |
Ryan Heywood | 490bb7254b |
|
@ -30,11 +30,11 @@
|
||||||
//!
|
//!
|
||||||
//! ```sh
|
//! ```sh
|
||||||
//! # On an online system
|
//! # On an online system
|
||||||
//! blockhash=$(icepick sol get-blockhash | jq -r .blob)
|
//! icepick sol get-blockhash > sdcard/blockhash.json
|
||||||
//! icepick sol transfer $amount $to_address $from_address $blockhash > sdcard/unsigned.json
|
|
||||||
//!
|
//!
|
||||||
//! # On an offline system
|
//! # On an offline system
|
||||||
//! icepick sol sign < sdcard/unsigned.json > sdcard/signed.json
|
//! blockhash=$(jq -r .blob sdcard/blockhash.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'"
|
derivation_prefix = "m/44'/501'/0'"
|
||||||
algorithm = "Ed25519"
|
algorithm = "Ed25519"
|
||||||
|
|
Loading…
Reference in New Issue