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
- Host: GitHub
- URL: https://github.com/praneshasp/microstable-sway
- Owner: PraneshASP
- Created: 2024-11-26T20:38:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T06:10:47.000Z (over 1 year ago)
- Last Synced: 2025-09-06T13:29:30.233Z (10 months ago)
- Language: Sway
- Size: 2.93 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)