Skip to content

Commit 3820cd2

Browse files
committed
docs: point readme links to the new documentation
1 parent 1b21ecc commit 3820cd2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# witnet-solidity-bridge [![](https://travis-ci.com/witnet/witnet-solidity-bridge.svg?branch=master)](https://travis-ci.com/witnet/witnet-solidity-bridge)
1+
# witnet-solidity-bridge
22

3-
`witnet/witnet-solidity-bridge` is an open source implementation of an API that enables Solidity smart contract developers to harness the full power of the [**Witnet Decentralized Oracle Network**](https://docs.witnet.io/overview/concepts/).
3+
`witnet/witnet-solidity-bridge` is an open source implementation of an API that enables Solidity smart contract developers to harness the full power of the [**Witnet Decentralized Oracle Network**](https://docs.witnet.io/intro/about/).
44

55
This repository provides several deployable contracts:
66

77
- `WitnetParserLib`, helper library useful for parsing Witnet-solved results to previously posted Witnet Data Requests.
88
- `WitnetProxy`, a delegate-proxy contract that routes Witnet Data Requests to a currently active `WitnetRequestBoard` implementation.
9-
- Multiple implementations of the `WitnetRequestBoard` interface (WRB), which declares all required functionality to relay encapsulated [Witnet Data Requests](https://docs.witnet.io/protocol/data-requests/overview/) from Ethereum to the Witnet mainnet, as well as to relay Witnet-solved results back to Ethereum.
9+
- Multiple implementations of the `WitnetRequestBoard` interface (WRB), which declares all required functionality to relay encapsulated [Witnet Data Requests](https://docs.witnet.io/intro/about/architecture#capabilities-of-data-requests/) from an EVM compatible chain to the Witnet mainnet, as well as to relay Witnet-solved results back to Ethereum.
1010

1111
The repository also provides:
1212

@@ -19,11 +19,11 @@ The repository also provides:
1919

2020
`WitnetProxy` is an upgradable delegate-proxy contract that routes Witnet Data Requests coming from a `UsingWitnet`-inheriting contract to a currently active `WitnetRequestBoard` implementation.
2121

22-
To find the entry-point address of the latest deployed version of the `WitnetRequestBoard` contract in every supported chain, please visit the [Witnet documentation website](https://docs.witnet.io).
22+
To find the entry-point address of the latest deployed version of the `WitnetRequestBoard` contract in every supported chain, please visit the [Witnet Data Feeds Explorer](https://feeds.witnet.io/).
2323

2424
## **IWitnetRequest**
2525

26-
Used as a means to encapsulate Witnet Data Requests, that can eventually be posted to a `WitnetRequestBoard` implementation. The `bytecode()` of a `IWitnetRequest` must be constructed from the CBOR-encoded serialization of a [Witnet Data Request](https://docs.witnet.io/protocol/data-requests/overview/). The `IWitnetRequest` interface defines two methods:
26+
Used as a means to encapsulate Witnet Data Requests, that can eventually be posted to a `WitnetRequestBoard` implementation. The `bytecode()` of a `IWitnetRequest` must be constructed from the CBOR-encoded serialization of a [Witnet Data Request](https://docs.witnet.io/intro/about/architecture#capabilities-of-data-requests/). The `IWitnetRequest` interface defines two methods:
2727

2828
- **`bytecode()`**:
2929
- _Description_:

0 commit comments

Comments
 (0)