Skip to content

Commit

Permalink
Update READMEs with logo and badges
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewLM committed Aug 25, 2023
1 parent 461c6a2 commit f828898
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 4 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<p align="center">
<img
src="https://raw.githubusercontent.com/peercoin/coinlib/master/logo.svg"
alt="Coinlib"
width="250px"
>
</p>
<p align="center">
<a href="https://chainz.cryptoid.info/ppc/address.dws?p77CZFn9jvg9waCzKBzkQfSvBBzPH1nRre">
<img src="https://badgen.net/badge/peercoin/Donate/green?icon=https://raw.githubusercontent.com/peercoin/media/84710cca6c3c8d2d79676e5260cc8d1cd729a427/Peercoin%202020%20Logo%20Files/01.%20Icon%20Only/Inside%20Circle/Transparent/Green%20Icon/peercoin-icon-green-transparent.svg" alt="Peercoin Donate">
</a>
</p>

# Coinlib

**This is a release-candidate.**
Expand Down
22 changes: 20 additions & 2 deletions coinlib/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<p align="center">
<img
src="https://raw.githubusercontent.com/peercoin/coinlib/master/logo.svg"
alt="Coinlib"
width="250px"
>
</p>
<p align="center">
<a href="https://chainz.cryptoid.info/ppc/address.dws?p77CZFn9jvg9waCzKBzkQfSvBBzPH1nRre">
<img src="https://badgen.net/badge/peercoin/Donate/green?icon=https://raw.githubusercontent.com/peercoin/media/84710cca6c3c8d2d79676e5260cc8d1cd729a427/Peercoin%202020%20Logo%20Files/01.%20Icon%20Only/Inside%20Circle/Transparent/Green%20Icon/peercoin-icon-green-transparent.svg" alt="Peercoin Donate">
</a>
<a href="https://pub.dev/packages/coinlib">
<img alt="pub.dev" src="https://img.shields.io/pub/v/coinlib?logo=dart&label=pub.dev">
</a>
</p>

# Coinlib

**This is a release-candidate.**
Expand All @@ -8,8 +25,9 @@ transactions and management of BIP32 wallets.

## Installation and Usage

If you are using flutter, please see `coinlib_flutter` instead. Otherwise you
may add `coinlib` to your project via:
If you are using flutter, please see
[coinlib_flutter](https://pub.dev/packages/coinlib_flutter) instead. Otherwise
you may add `coinlib` to your project via:

```
dart pub add coinlib
Expand Down
23 changes: 21 additions & 2 deletions coinlib_flutter/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@
<p align="center">
<img
src="https://raw.githubusercontent.com/peercoin/coinlib/master/logo.svg"
alt="Coinlib"
width="250px"
>
</p>
<p align="center">
<a href="https://chainz.cryptoid.info/ppc/address.dws?p77CZFn9jvg9waCzKBzkQfSvBBzPH1nRre">
<img src="https://badgen.net/badge/peercoin/Donate/green?icon=https://raw.githubusercontent.com/peercoin/media/84710cca6c3c8d2d79676e5260cc8d1cd729a427/Peercoin%202020%20Logo%20Files/01.%20Icon%20Only/Inside%20Circle/Transparent/Green%20Icon/peercoin-icon-green-transparent.svg" alt="Peercoin Donate">
</a>
<a href="https://pub.dev/packages/coinlib_flutter">
<img alt="pub.dev" src="https://img.shields.io/pub/v/coinlib_flutter?logo=dart&label=pub.dev">
</a>
</p>

# Coinlib for Flutter

This package provides flutter support for the coinlib library for Peercoin and
This package provides flutter support for the
[coinlib](https://pub.dev/packages/coinlib) library for Peercoin and
other cryptocoins. A `CoinlibLoader` widget is included that must be used when
targeting web to ensure the library is ready to be used.

An example app is provided in `example/` that demonstrates use of the loader
widget. Beyond this, the coinlib library documentation can be followed.
widget. Beyond this, the [coinlib](https://pub.dev/packages/coinlib) library
documentation can be followed.

Android, iOS, Linux, macOS and Web are supported.
1 change: 1 addition & 0 deletions logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f828898

Please sign in to comment.