Skip to content

Commit 3c0c9f0

Browse files
authored
Update README.md
1 parent 0e1c3dc commit 3c0c9f0

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

README.md

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

68
<div align="center">
7-
<h1> oracle-contracts</h1>
9+
<h1> oracle-contracts repo </h1>
10+
</div>
11+
12+
<div align="center">
13+
<a href="https://github.com/dapplink-labs/oracle-contracts/releases/latest">
14+
<img alt="Version" src="https://img.shields.io/github/tag/dapplink-labs/oracle-contracts.svg" />
15+
</a>
16+
<a href="https://github.com/dapplink-labs/oracle-contracts/blob/main/LICENSE">
17+
<img alt="License: Apache-2.0" src="https://img.shields.io/github/license/dapplink-labs/oracle-contracts.svg" />
18+
</a>
19+
<a href="https://pkg.go.dev/github.com/dapplink-labs/oracle-contracts">
20+
<img alt="GoDoc" src="https://godoc.org/github.com/dapplink-labs/oracle-contracts?status.svg" />
21+
</a>
822
</div>
923

10-
## 2.Usage
24+
DappLink Oracle Contracts are the core smart contracts that power DappLink’s decentralized oracle network.
25+
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.
26+
27+
28+
## 1.Usage
1129

1230
### Install Dependencies
1331

@@ -43,3 +61,7 @@ $ forge snapshot
4361

4462
tbd
4563

64+
## 2.Submit Bugs
65+
66+
## 3.Contribute
67+

0 commit comments

Comments
 (0)