Skip to content

Commit

Permalink
chore: add tags and keywords to secure rng guide
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshpinto committed Jul 1, 2024
1 parent 5f94685 commit daebcd0
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions docs/network/guides/flare-secure-rng.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
---
slug: random-number-generation
title: Flare's Secure RNG
tags: [quickstart, solidity]
tags: [quickstart, solidity, javascript, python, rust, go]
authors: [dineshpinto, horiamagureanu, charlesgrover]
description: Use Flare's secure random number generator.
keywords: [solidity, randomness, random-number, smart-contract, flare-network]
keywords:
[
solidity,
javascript,
python,
rust,
go,
randomness,
randomn-number,
flare-time-series-oracle,
flare-network,
]
sidebar_position: 6
---

Expand All @@ -22,7 +33,7 @@ import SecureRandomGo from "!!raw-loader!/examples/developer-hub-go/coston2/secu

This guide demonstrates how to obtain cryptographically secure random numbers on Flare. The randomness is generated from FTSOv2's [Scaling](/ftso/scaling/overview) protocol, which consists of a decentralized network of around 100 data providers that generate random numbers every 90 seconds.

You can integrate this secure randomness into your decentralized application for no cost (other than gas).
You can integrate this secure randomness into your on-chain application for no cost (other than gas).

<details>
<summary>**Understand the mechanism behind Flare's Secure RNG.**</summary>
Expand Down

0 comments on commit daebcd0

Please sign in to comment.