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: 6 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-15T20:31:59.000Z (6 months ago)
- Last Synced: 2024-12-15T21:27:46.304Z (6 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






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