Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sight-ai/sight-oracle-contracts
Sight Oracle Contracts
https://github.com/sight-ai/sight-oracle-contracts
fhe foundry hardhat oracle solidity
Last synced: about 2 months ago
JSON representation
Sight Oracle Contracts
- Host: GitHub
- URL: https://github.com/sight-ai/sight-oracle-contracts
- Owner: sight-ai
- License: mit
- Created: 2024-07-30T10:11:41.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-15T20:31:59.000Z (about 2 months ago)
- Last Synced: 2024-12-15T21:27:46.304Z (about 2 months ago)
- Topics: fhe, foundry, hardhat, oracle, solidity
- Language: Solidity
- Homepage: https://sightai.io/
- Size: 328 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sight Oracle Contracts
![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgithub.com%2Fsight-ai%2Fsight-oracle-contracts%2Fraw%2Fmain%2Fpackage.json&query=%24.description&style=flat&label=Description)
![GitHub Created At](https://img.shields.io/github/created-at/sight-ai/sight-oracle-contracts?style=flat)
![GitHub License](https://img.shields.io/github/license/sight-ai/sight-oracle-contracts?style=flat)![GitHub Org's stars](https://img.shields.io/github/stars/sight-ai)
![GitHub forks](https://img.shields.io/github/forks/sight-ai/sight-oracle-contracts)![Codecov](https://img.shields.io/codecov/c/gh/sight-ai/sight-oracle-contracts?style=flat)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/sight-ai/sight-oracle-contracts/codecov.yml?style=flat)
![NPM Downloads](https://img.shields.io/npm/dy/%40sight-oracle%2Fcontracts?label=npm&style=flat)
![GitHub commit activity](https://img.shields.io/github/commit-activity/y/sight-ai/sight-oracle-contracts?style=flat)## Installation
### Hardhat (npm)
```shell
npm install @sight-oracle/contracts
```## Test
```shell
pnpm hardhat test # or
forge test -vv
```## Example
Checkout our [example](https://github.com/sight-ai/sight-oracle-contract-example-hardhat) to learn how to use Sight
Oracle to build your own contract.## Supported op_codes
Please see _`contracts/Oracle/RequestBuilder.sol`_