Skip to content

adding emoji #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading