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
{{ message }}
This repository was archived by the owner on Jul 20, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: research/stellar/examples/accounts/readme.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ To run:
24
24
25
25
- transfer.go
26
26
27
-
Tranfers an amount from an account to a destination address
27
+
Transfers an amount from an account to a destination address
28
28
29
29
## Rivine key conversion
30
30
@@ -33,10 +33,10 @@ Rivine hashes the public key along with the key alorithm to create an unlockhash
33
33
34
34
Stellar also uses uses default ed25519 keys.
35
35
A Stellar seed is just a base32 encoded concatatantion of a versionbyte, a 32byte private key and a checksum.
36
-
An address is the rawseed used to create an ed25519 keypair after which the versionbyte is concatenated with a checksum and base32 encoded.
36
+
An address is the rawseed used to create an ed25519 keypair after which the versionbyte is concatenated with the public key and a checksum and base32 encoded.
37
37
38
38
The same 32 bytes can be used to create Rivine and Stellar keypairs.
39
39
40
-
It is possible to go from a Stellar account address to a Rivine "01"-address but not the reverse.
40
+
It is possible to go from a Stellar account address to a Rivine "01"-address if they are created using the same private key (ed25519 entropy) but not the reverse.
0 commit comments