Skip to content

Commit

Permalink
Merge pull request #8 from starkbamse/starkbamse-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
saefstroem authored Sep 8, 2024
2 parents 342a26c + c670ef4 commit 783f693
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

A lightweight rust library for periodically retrieving cryptocurrency prices from the ChainLink decentralized price feed. With `rustlink`, you can easily retrieve the latest price of any cryptocurrency supported by ChainLink.

[![crates.io](https://img.shields.io/crates/v/minismtp.svg)](https://crates.io/crates/rustlink)
[![Documentation](https://docs.rs/rustlink/badge.svg)](https://docs.rs/rustlink)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
![GitHub branch status](https://img.shields.io/github/checks-status/starkbamse/rustlink/main)


## Features
- Retrieve the latest price of any cryptocurrency supported by ChainLink.
- WASM-compatible, so you can use it in your web applications.
Expand Down Expand Up @@ -130,4 +136,4 @@ async function runWasm() {
}
runWasm();
```
```

0 comments on commit 783f693

Please sign in to comment.