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: 10 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-15T20:31:59.000Z (over 1 year ago)
- Last Synced: 2025-07-04T23:07:38.522Z (12 months ago)
- Topics: fhe, foundry, hardhat, oracle, solidity
- Language: Solidity
- Homepage: https://sightai.io/
- Size: 330 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









## 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`_