Skip to content
Snippets Groups Projects
Commit ab47075d authored by Hugo Trentesaux's avatar Hugo Trentesaux Committed by Hugo Trentesaux
Browse files

more doc

parent 0dc9a71d
No related branches found
No related tags found
1 merge request!122Documentation in readme
......@@ -17,7 +17,7 @@ These pallets are at the core of Duniter/Ğ1 currency
## Functional pallets
- **`duniter-test-parameters`** TODO
- **`oneshot-account`** TODO
- **`provide-randomness`** TODO
- **`upgrade-origin`** TODO
\ No newline at end of file
- **`duniter-test-parameters`** Test parameters only used in ĞDev to allow tweaking parameters more easily.
- **`oneshot-account`** Oneshot accounts are light accounts only used once for anonimity or convenience use case.
- **`provide-randomness`** Lets blockchain users ask for a verifiable random number.
- **`upgrade-origin`** Allows some origins to dispatch a call as root.
\ No newline at end of file
......@@ -7,3 +7,11 @@ Duniter customizes the `AccountData` of the `Balances` Substrate pallet. In part
The RandomId field was added with the idea to provide a unique id that can not be controlled by user to serve as a basis for robust identification. The discussion is available on the forum.
https://forum.duniter.org/t/la-solution-pour-des-identicones-securisees-le-random-id/9126
## Account creation fee
DuniterAccount defines a creation fee that is preleved to the account one block after its creation. This fee goes to the treasury.
## Sufficient
DuniterAccount tweaks the substrate AccountInfo to allow identity accounts to exist without existential deposit. This allows to spare the creation fee.
\ No newline at end of file
# Duniter test parameters
This pallet allows ĞDev runtime to tweak parameter values instead of having it runtime constants.
\ No newline at end of file
# Resources
TODO
\ No newline at end of file
Files used for different purpose like tests.
\ No newline at end of file
# Scripts
TODO
\ No newline at end of file
Scripts not moved to xtasks because they only depend on Docker and not Rust.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment