Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brianseong99/zlend-oracle
https://github.com/brianseong99/zlend-oracle
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brianseong99/zlend-oracle
- Owner: BrianSeong99
- Created: 2024-02-03T22:45:15.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-04-22T03:11:10.000Z (9 months ago)
- Last Synced: 2024-11-08T13:56:18.172Z (3 months ago)
- Language: JavaScript
- Size: 429 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aleooracle.aleo
## Build Guide
To compile this Aleo program, run:
```bash
snarkvm build
```To execute this Aleo program, run:
```bash
snarkvm run hello
```## Resources
### Tools
- [DokoJS](https://github.com/venture23-aleo/doko-js): Aleo Testing Framework### Papers
- [TWAP Oracle Attacks: Easier Done than Said?](https://eprint.iacr.org/2022/445.pdf)### Talks
- [Vulnerability on Aleo](https://youtu.be/QRf4Hfxxht4?si=fENm-W7KtCTJaoYd&t=633)## Blogs
- [HyperOracle](https://mirror.xyz/orablog.eth/qbefsToFgFxBZBocwlkX-HXbpeUzZiv2UB5CmxcaFTM)
- [zk Co-processor by Axiom](https://blog.axiom.xyz/what-is-a-zk-coprocessor/)
- [Chainlink Price Expensive](https://cointelegraph.com/news/band-protocol-ceo-says-that-a-single-chainlink-data-request-costs-450)### Code
- [Aleo Credits Source Code](https://github.com/AleoHQ/snarkVM/blob/testnet3/synthesizer/program/src/resources/credits.aleo)## TODO
Leo Programs:
- [ ] Basic Version of the Program, capable of collecting prices from 8 whitelisted address
- [ ] Deploy & Test Scripts
- [ ] Staking Mechanism for the nodes
- [ ] Fee for Node Providers when price is acceptedOffchain Node Operators:
- [ ] Sign message including block height, address, price, and pair
- [ ] Backend for user's to call when price point is needed
- [ ] Token Price List
- [ ]