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

https://github.com/praneshasp/microstable-sway

Microstable(coin) implementation in Swaylang
https://github.com/praneshasp/microstable-sway

Last synced: 4 months ago
JSON representation

Microstable(coin) implementation in Swaylang

Awesome Lists containing this project

README

          

## Microstable (WIP)

Implementation of [Microstable](https://x.com/shafu0x/status/1860406508934107432) (a lil stablecoin) using [Sway](https://fuellabs.github.io/sway/v0.66.5/book/) with Pyth pricefeed integration.

This repo is just for educational purposes, don't use it in production.

References:
- [Microstable in Vyper](https://gist.github.com/charles-cooper/e83219e0900cdd2579751324a0de4e9a)
- [Microstable in Solidity](https://github.com/shafu0x/MicroStable/blob/main/src/MicroStable.sol)