mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
add coverage badge for main branch
This commit is contained in:
parent
0a0b14cdad
commit
88d95ebb1f
1 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
[![codecov](https://codecov.io/gh/cypherstack/stack_wallet/branch/main/graph/badge.svg?token=PM1N56UTEW)](https://codecov.io/gh/cypherstack/stack_wallet)
|
||||||
|
|
||||||
# Stack Wallet
|
# Stack Wallet
|
||||||
put details here
|
put details here
|
||||||
|
|
||||||
|
@ -8,13 +10,14 @@ put features here
|
||||||
|
|
||||||
## Build and run
|
## Build and run
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
- Flutter 3.0.5
|
||||||
- Flutter SDK Requirement (>=2.12.0, up until <3.0.0)
|
- Flutter SDK Requirement (>=2.12.0, up until <3.0.0)
|
||||||
- Android/iOS dev setup (Android Studio, xCode and subsequent dependencies)
|
- Android/iOS dev setup (Android Studio, xCode and subsequent dependencies)
|
||||||
|
|
||||||
After that download the project and init the submodules
|
After that download the project and init the submodules
|
||||||
```
|
```
|
||||||
git clone https://github.com/cypherstack/Campfire.git
|
git clone https://github.com/cypherstack/stack_wallet.git
|
||||||
cd Campfire
|
cd stack_wallet
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue