Display currency parameters
The parameter view (here Cesium v1 for reference), will be useful in dev mode and for people to understand better Duniter-v2.
This will only interact with Duniter RPC api in its simplest form (key / value requests). Example is available in Ğcli: https://git.duniter.org/clients/rust/gcli-v2s/-/blob/4e1da26b3db40f61b14ef05bd716f4ba98e5f3f2/src/commands/runtime.rs
This currently gives this result:
> gcli -n local blockchain runtime-info
--- identity ---
confirm period: 40 blocks
validation period: 876600 blocks
autorevocation period: 5259600 blocks
deletion period: 52596000 blocks
change owner key period: 100800 blocks
identity creation period: 50 blocks
--- certification ---
certification period: 15 blocks
max certs by issuer: 10
min received cert to issue cert: 2
certification validity: 1000 blocks
--- wot ---
first issuable on: 20
min cert for membership: 2
min cert for create identity: 2
--- membership ---
membership validity: 1000 blocks
--- smith members ---
max certs by issuer: 8
min cert for membership: 2
smith inactivity max duration: 48
--- distance ---
max referee distance: 5
min accessible referees: Perbill(800000000)
distance evaluation price: 10 ĞD
--- currency ---
new account price: 3 ĞD
max new accounts per block: 1
existential deposit: 1 ĞD
--- provide randomness ---
max requests: 100
request price: 20 ĞD
--- universal dividend ---
max past reevals: 160
square money growth rate: Perbill(2381440)
UD creation period: 60000
UD reeval period: 1200000
units per ud: 10 ĞD
Some small explanation text can be added as well.