This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update old doc to avoid confusion
- Loading branch information
Showing
1 changed file
with
3 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,5 @@ | ||
# Spacemesh Coin Units (Spacemesh 0.x - Testnet timeframe) | ||
# Spacemesh Coin Units | ||
|
||
## Basic Units | ||
- `Smesh` (SMH) is the name of the Spacemesh native cryptocurrency. 1 Smesh equals 10^12 (1 trillion) Smidge. | ||
- `Smidge` (SMD) is the basic unit of accounting of the Spacemesh platform. It is used mostly by developers in smart contracts code and by users and for transaction fees. One trillion (10^12) Smidge equals to one Smesh. | ||
|
||
## Additional Units | ||
Additional units (denominations) are used for display of large amounts of smidge that are too small to display in Smesh units. | ||
|
||
- `GSmidge` (GSMD) - 1 billion smidge. | ||
- `MSmidge` (MSMD) - 1 million smidge. | ||
|
||
## Summary | ||
- Smesh (SMH) - the Spacemesh cryptocurrency. | ||
- Smidge (SMD) - the Spacemesh platform basic accounting unit. | ||
- 1 Smesh (SMH) = 10^12 Smidge. | ||
- 1 GSmidge (GSMD) = 10^9 Smidge. | ||
- 1 MSmidge (MSMD)= 10^6 Smidge. | ||
- `SMH` is the name of the Spacemesh native cryptocurrency. 1 SMH equals 10^9 (1 billion) Smidge. | ||
- `Smidge` is the basic unit of accounting of the Spacemesh platform. It is used mostly by developers in smart contract code and by users and for transaction fees. |