From ff9c66e94e80294f0265bc5fa8b6f7478734cf86 Mon Sep 17 00:00:00 2001 From: Agustin Tena Date: Sun, 28 Aug 2022 09:15:40 +0200 Subject: [PATCH] chore: fix and improve readme (#34) * fix ci badge in readme * improve readme copies * fix copy * fix typo * add line jumps * improve wording --- README.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 4a108a1..3b8e52d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@

- + @@ -40,21 +40,20 @@ ## Using the program -### Wallet-based mode +### Wallet mode -This mode is only operational when a wallet is connected. +Creation, minting and transfer of tokens will be performed by the connected wallet account. +The displayed SPL tokens will be the ones created by the wallet account, plus the ones available in server mode. +This mode is operational if a wallet is connected. -When using this mode, the creation, minting and transfer of tokens will be performed by the connected wallet account. -The displayed available tokens will be the ones belonging to the wallet account plus the ones available in server mode. +### Server mode -### Server-based mode +Creation, minting and transfer of tokens is performed by a account configured in the server. +New created tokens will be stored in a dedicated db for persistance. +The displayed SPL tokens will be those in the application config file, plus the SPL tokens found in the db. +This mode is operational when there is no wallet connected. -This mode is only operational when no wallet is connected. - -When using this mode, the creation, minting and transfer of tokens is performed by a account configured in the server. -Newly created tokens will be stored in a dedicated database. The displayed tokens will be those configured within the application config file, plus the later added tokens found in the database. - -When using mainnet with this mode, the creation of new tokens is not enabled by default, since it would require for an account with real funds configured in the server. +> Please note, when using **Server mode** in our [Production deploy](https://fontana.boxfish.studio) in Mainnet, the creation of new tokens is not enabled. ## Run