[mkdocs] docs: add transfer xem tutorial#883
Open
zero4862 wants to merge 4 commits into
Open
Conversation
zero4862
commented
Jun 3, 2026
zero4862
commented
Jun 3, 2026
[mkdocs] docs: clean code
41c3ab1 to
d054e4b
Compare
zero4862
commented
Jun 3, 2026
segfaultxavi
requested changes
Jun 4, 2026
segfaultxavi
reviewed
Jun 4, 2026
segfaultxavi
requested changes
Jun 5, 2026
Contributor
segfaultxavi
left a comment
There was a problem hiding this comment.
Very good work on the Textbook addition!
Just needs some polishing :)
|
|
||
| The minimum per-mosaic fee is **0.05 XEM**. | ||
|
|
||
| ??? info "Mosaic Fee Calculation" |
Contributor
There was a problem hiding this comment.
This process is pretty complicated. It would benefit from an example at the end.
|
|
||
| where `9 × 10^15` is the largest mosaic quantity NEM allows. | ||
|
|
||
| Scarcer mosaics receive a larger discount, because the logarithm grows as the supply shrinks. |
Contributor
There was a problem hiding this comment.
Do we know the rationale for this? It would be good to explain it, because it does not seem obvious to me.
|
|
||
| | Amount sent | Cost | | ||
| | ---------------------------- | --------- | | ||
| | Up to 10'000 XEM | 0.05 XEM | |
Contributor
There was a problem hiding this comment.
Given the formula in AbstractTransactionFeeCalculator.java:51, please double check that this is up to 10'000 and not up to 19'999.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adapts the transfer transaction tutorial to NEM.
Note: We'll have a separate one for transferring mosaics.