Skip to content

Commit

Permalink
Merge pull request #56 from FhenixProtocol/randomness-emoji
Browse files Browse the repository at this point in the history
adding emoji
  • Loading branch information
Cashmaney authored Nov 13, 2024
2 parents 25c2ac6 + 18a8555 commit caf0389
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/devdocs/Writing Smart Contracts/Gas-and-Benchmarks.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
sidebar_position: 901
title: 🔥 Gas and Benchmarks
description: Gas costs for FHE operations
---

# 🔥 Gas and Benchmarks

This section will list the gas costs for every operation based on its inputs.
Expand Down
7 changes: 6 additions & 1 deletion docs/devdocs/Writing Smart Contracts/Randomness.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Randomness
---
sidebar_position: 9
title: 🎲 Randomness
description: How to generate random numbers in Fhenix
---
# 🎲 Randomness

Randomness was introduced in the Nitrogen testnet.
Contracts in Fhenix can get random numbers by calling one of the randomness functions in `FHE.sol`.
Expand Down

0 comments on commit caf0389

Please sign in to comment.