Skip to content

Commit

Permalink
GitBook: [#20] No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
Adán Sánchez de Pedro Crespo authored and gitbook-bot committed Dec 20, 2021
1 parent 25c2c1f commit 4484a82
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 7 deletions.
5 changes: 3 additions & 2 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@
* [Witnet Randomness Oracle](smart-contracts/witnet-randomness-oracle/README.md)
* [Sourcing Randomness](smart-contracts/witnet-randomness-oracle/sourcing-randomness.md)
* [Advanced Examples](smart-contracts/witnet-randomness-oracle/advanced-examples.md)
* [Security Considerations and Best Practices](smart-contracts/witnet-randomness-oracle/security-considerations-and-best-practices.md)
* [API Reference](smart-contracts/witnet-randomness-oracle/api-reference.md)
* [Security Considerations and Best Practices](smart-contracts/witnet-randomness-oracle/security-considerations.md)
* [Low-level Randomness Queries](smart-contracts/witnet-randomness-oracle/low-level-randomness-queries.md)
* [API Reference](smart-contracts/witnet-randomness-oracle/api-reference.md)
* [Contract Addresses](smart-contracts/witnet-randomness-oracle/contract-addresses.md)
* [APIs and HTTP GET/POST Oracle](smart-contracts/apis-and-http-get-post-oracle/README.md)
* [Make a GET Request](smart-contracts/apis-and-http-get-post-oracle/make-a-get-request.md)
* [Make a POST Request](smart-contracts/apis-and-http-get-post-oracle/make-a-post-request.md)
Expand Down
6 changes: 6 additions & 0 deletions introduction/awesome-witnet.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
---
description: >-
A curated list of awesome resources, tutorials, articles, partners and many
other relevant information to learn everything Witnet.
---

# Awesome Witnet

2 changes: 1 addition & 1 deletion introduction/quick-tutorials/randomness.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is specially useful for lotteries, gaming, and assigning randomized sets of

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

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.
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.

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).

Expand Down
4 changes: 2 additions & 2 deletions smart-contracts/witnet-randomness-oracle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ The next section contains a number of useful resources, examples and walkthrough
[advanced-examples.md](advanced-examples.md)
{% endcontent-ref %}

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

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

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Security Considerations and Best Practices

0 comments on commit 4484a82

Please sign in to comment.