Skip to content

Commit 2effad6

Browse files
committed
Merge branch 'main' of github.com:dapplink-labs/oracle-contracts
2 parents eaed973 + fc04d11 commit 2effad6

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

Oracle and WCP Contract Audit.pdf

743 KB
Binary file not shown.

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
1+
# DappLink Oracle Contracts
2+
13
<!--
24
parent:
35
order: false
46
-->
57

68
<div align="center">
7-
<h1> oracle-contracts</h1>
9+
<a href="https://github.com/dapplink-labs/oracle-contracts/releases/latest">
10+
<img alt="Version" src="https://img.shields.io/github/tag/dapplink-labs/oracle-contracts.svg" />
11+
</a>
12+
<a href="https://github.com/dapplink-labs/oracle-contracts/blob/main/LICENSE">
13+
<img alt="License: Apache-2.0" src="https://img.shields.io/github/license/dapplink-labs/oracle-contracts.svg" />
14+
</a>
815
</div>
916

10-
## 2.Usage
17+
DappLink Oracle Contracts are the core smart contracts that power DappLink’s decentralized oracle network.
18+
They aggregate, verify, and deliver off-chain data — such as price feeds, randomness, and external API results — onto blockchain networks with cryptographic proofs to ensure integrity and transparency.
19+
20+
21+
## 1.Usage
1122

1223
### Install Dependencies
1324

@@ -43,3 +54,7 @@ $ forge snapshot
4354

4455
tbd
4556

57+
## 2.Submit Bugs
58+
59+
## 3.Contribute
60+

0 commit comments

Comments
 (0)