Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kingahmedino/block-stake-ui

The UI built with Flutter for Block Stake - a staking dApp takes in an upgradeable token as stake asset and issues rewards in a different token.
https://github.com/kingahmedino/block-stake-ui

dapp dart flutter web3

Last synced: about 2 months ago
JSON representation

The UI built with Flutter for Block Stake - a staking dApp takes in an upgradeable token as stake asset and issues rewards in a different token.

Awesome Lists containing this project

README

        


Block Stake UI


Block Stake are a set of contracts that facilitate staking following the MasterChef staking algorithm.




View Demo


## About

Block Stake UI serves as a frontend dApp for Block Stake which is a staking contract following a modified version of Sushiswap's MasterChef algorithm.

The dApp helps users to manage their stake and reward assets and every other information about the current staking process. The dApp uses Metamask as wallet provider while using Wallet Connect and web3dart to interface between the blockchain and Metamask.

## Getting Started

1. Clone the repo
```sh
git clone https://github.com/kingahmedino/block-stake-ui.git && cd block-stake-ui
```
2. Run `flutter pub get` to get all dependencies
3. Run `flutter run` to run the app

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)

For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference if you face issues with your set up.

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request