From 155af67f56842f430347a596273fa55086b8d750 Mon Sep 17 00:00:00 2001 From: Mohsen Date: Sun, 12 Jan 2025 19:46:44 +0330 Subject: [PATCH] README.md --- README.md | 32 +++++++++++++++++++++++ lib/future/localization/localization.dart | 3 ++- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80eca8c..6c66b8d 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,35 @@ An easy solution for interacting with Substrate chains using comprehensive metadata. Perform actions such as creating, signing, and sending extrinsics, querying storage, accessing runtime metadata, and more. + + + + + +## Build Instructions + +```shell +gh repo clone mrtnetwork/substrate +cd substrate +flutter pub get +flutter build {target} +``` + + +## Contributing + +Contributions are welcome! Please follow these guidelines: + +- Fork the repository and create a new branch. +- Make your changes and ensure tests pass. +- Submit a pull request with a detailed description of your changes. + +## Feature requests and bugs + +Please file feature requests and bugs in the issue tracker. + +## Get Involved + +Join us on our mission to redefine the landscape of decentralized finance. Contribute to our open-source project on [GitHub](https://github.com/mrtnetwork/substrate) or connect with our community on [Telegram](https://t.me/blockchain_web3_solidity). + +Thank you for choosing MRT Wallet as your trusted partner in the world of decentralized finance. diff --git a/lib/future/localization/localization.dart b/lib/future/localization/localization.dart index 93184f5..beb6006 100644 --- a/lib/future/localization/localization.dart +++ b/lib/future/localization/localization.dart @@ -173,7 +173,8 @@ class Localization { "payload_already_signed": "Payload already signed", "number_to_decimal": "10^___1__ (___2__)", "switching_network_please_wait": "Switching network, please wait.", - // "extrinsic": "Extrinsic" + "api_http_client_error": + "ClientException: An error occurred on the client side during the request." } }; }