Skip to content

Commit

Permalink
fix: badge update from badges/shields#8671
Browse files Browse the repository at this point in the history
  • Loading branch information
austinabell committed Sep 17, 2023
1 parent 97d95f4 commit 3392759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[<img alt="github" src="https://img.shields.io/badge/github-austinabell/nesdie-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="20">](https://github.com/austinabell/nesdie)
[<img alt="crates.io" src="https://img.shields.io/crates/v/nesdie.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](https://crates.io/crates/nesdie)
[<img alt="docs.rs" src="https://img.shields.io/badge/docs.rs-nesdie-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs" height="20">](https://docs.rs/nesdie)
[<img alt="build status" src="https://img.shields.io/github/workflow/status/austinabell/nesdie/CI/main?style=for-the-badge" height="20">](https://github.com/austinabell/nesdie/actions?query=branch%3Amain)
[<img alt="build status" src="https://img.shields.io/github/actions/workflow/status/austinabell/nesdie/ci.yml?branch=main&style=for-the-badge" height="20">](https://github.com/austinabell/nesdie/actions?query=branch%3Amain)

This is just meant as an experimental `no_std` SDK which will follow similar patterns of `near-sdk-rs` but optimize for minimal code size and operations. This will be a worse devX than the near sdk, but can be used as an alternative to writing bare metal contracts without an SDK.

Expand Down

0 comments on commit 3392759

Please sign in to comment.