Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnetwork committed Jan 12, 2025
1 parent 5b25c95 commit 155af67
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


<iframe width="560" height="315" src="https://www.youtube.com/embed/nxevoDqABRY" frameborder="0" allowfullscreen></iframe>



## 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.
3 changes: 2 additions & 1 deletion lib/future/localization/localization.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
};
}

0 comments on commit 155af67

Please sign in to comment.