https://github.com/scalahub/OraclePool
https://github.com/scalahub/OraclePool
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scalahub/OraclePool
- Owner: scalahub
- Created: 2021-03-10T18:44:04.000Z (over 4 years ago)
- Default Branch: v2
- Last Pushed: 2023-03-02T13:11:32.000Z (over 2 years ago)
- Last Synced: 2023-03-10T15:02:46.453Z (over 2 years ago)
- Language: Scala
- Size: 229 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ergo - Scalahub Oracle Pool V1 Example
README
## Oracle Pool Contracts
This project contains the smart contracts and tests for [oracle pool 1.0](https://github.com/ergoplatform/eips/blob/eip16/eip-0016.md) and [oracle pool 2.0](https://github.com/ergoplatform/eips/blob/eip23/eip-0023.md)
- Contracts [here](src/main/scala/oraclepool)
- Tests [here](src/test/scala/oraclepool)