send command: simplify, description
This commit is contained in:
parent
0f27dc05f4
commit
a54ac76523
2 changed files with 35 additions and 33 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Luanti mod to exchange in-game [currency](https://github.com/mt-mods/currency) with [libre currency](https://duniter.org) (Ğ1 blockchain).
|
||||
|
||||
Luanti server has a dedicated account.
|
||||
Player transfer money on it and the server gives them a corresponding amount of in-game banknotes.
|
||||
Players transfer money on it and the server gives them a corresponding amount of in-game banknotes.
|
||||
They can then do whatever they want with the banknotes (trade, decorate walls, burn...).
|
||||
Players can ask the server to transfer their banknotes to an account of their choice using a chat command.
|
||||
|
||||
|
|
@ -13,6 +13,8 @@ It works with Ğ1v2 which is still in development/testing phase.
|
|||
|
||||
Put this repo in the `mods` directory.
|
||||
|
||||
Add `g1_bridge` to `secure.http_mods`.
|
||||
|
||||
Have a local Duniter node.
|
||||
|
||||
```bash
|
||||
|
|
@ -31,6 +33,7 @@ Have a local Duniter node.
|
|||
* Ensure all transfers are failproof (any communication, storage medium, server or whatever should be able to fail or rollback to a previous state, without causing double spend or money loss)
|
||||
* Force reception account to exist
|
||||
* Nice ATM-like interface
|
||||
* Accept mixed values (other banknotes values than 1)
|
||||
|
||||
## Workflow
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue