Skip to content

Commit 4484a82

Browse files
Adán Sánchez de Pedro Crespogitbook-bot
Adán Sánchez de Pedro Crespo
authored andcommitted
GitBook: [#20] No subject
1 parent 25c2c1f commit 4484a82

File tree

7 files changed

+16
-7
lines changed

7 files changed

+16
-7
lines changed

SUMMARY.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@
3333
* [Witnet Randomness Oracle](smart-contracts/witnet-randomness-oracle/README.md)
3434
* [Sourcing Randomness](smart-contracts/witnet-randomness-oracle/sourcing-randomness.md)
3535
* [Advanced Examples](smart-contracts/witnet-randomness-oracle/advanced-examples.md)
36-
* [Security Considerations and Best Practices](smart-contracts/witnet-randomness-oracle/security-considerations-and-best-practices.md)
37-
* [API Reference](smart-contracts/witnet-randomness-oracle/api-reference.md)
36+
* [Security Considerations and Best Practices](smart-contracts/witnet-randomness-oracle/security-considerations.md)
3837
* [Low-level Randomness Queries](smart-contracts/witnet-randomness-oracle/low-level-randomness-queries.md)
38+
* [API Reference](smart-contracts/witnet-randomness-oracle/api-reference.md)
39+
* [Contract Addresses](smart-contracts/witnet-randomness-oracle/contract-addresses.md)
3940
* [APIs and HTTP GET/POST Oracle](smart-contracts/apis-and-http-get-post-oracle/README.md)
4041
* [Make a GET Request](smart-contracts/apis-and-http-get-post-oracle/make-a-get-request.md)
4142
* [Make a POST Request](smart-contracts/apis-and-http-get-post-oracle/make-a-post-request.md)

introduction/awesome-witnet.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1+
---
2+
description: >-
3+
A curated list of awesome resources, tutorials, articles, partners and many
4+
other relevant information to learn everything Witnet.
5+
---
6+
17
# Awesome Witnet
28

introduction/quick-tutorials/randomness.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is specially useful for lotteries, gaming, and assigning randomized sets of
66

77
### Using the Witnet Randomness Oracle, in a nutshell
88

9-
On each EVM compatible chains supported by Witnet there is an instance of the `WitnetRNG` contract that exposes the main randomness oracle functionality through a very simple interface.
9+
On each of the [EVM compatible chains supported by Witnet](../../smart-contracts/apis-and-http-get-post-oracle/contracts-addresses.md) there is an instance of the `WitnetRNG` contract that exposes the main randomness oracle functionality through a very simple interface.
1010

1111
The best way to interact with the `WitnetRNG` contract is through the `IWitnetRNG` interface, which is readily available in the [`witnet-solidity-bridge` npm package](https://www.npmjs.com/package/witnet-solidity-bridge).
1212

smart-contracts/witnet-randomness-oracle/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ The next section contains a number of useful resources, examples and walkthrough
3030
[advanced-examples.md](advanced-examples.md)
3131
{% endcontent-ref %}
3232

33-
{% content-ref url="security-considerations-and-best-practices.md" %}
34-
[security-considerations-and-best-practices.md](security-considerations-and-best-practices.md)
33+
{% content-ref url="security-considerations.md" %}
34+
[security-considerations.md](security-considerations.md)
3535
{% endcontent-ref %}
3636

3737
{% content-ref url="../apis-and-http-get-post-oracle/api-reference.md" %}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Contract Addresses
2+

smart-contracts/witnet-randomness-oracle/security-considerations-and-best-practices.md

-2
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Security Considerations and Best Practices
2+

0 commit comments

Comments
 (0)