Skip to content
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

Fix Typos and Improve Consistency in Documentation #92

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion docs/devs/networkEndpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ Here is the reformatted table with everything under "Sui Baku Devnet" removed:
| Full Nodes | Movement Labs operated nodes | Permissionless + Movement Labs operated nodes | Movement Labs operated nodes |
| Data Durability | Data wipes will be announced ahead of time. | Data can be wiped as part of the regular software updates. | Data could be wiped. |
| Announcement Channel | [Discord](https://discord.com/channels/1101576619493167217/1259638014184001668)| [Discord](https://discord.com/channels/1101576619493167217/1259638353607917589) | [Discord](https://discord.com/channels/1101576619493167217/1259638433102561348) |
| Network Uptime | Constant uptime. | Expect down time happens. | Expect down time happens. |
| Network Uptime | Constant uptime. | Expect downtime happens. | Expect downtime happens. |
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Foundry is a powerful Solidity smart contract development toolchain for Ethereum

### What is Fractal?

Fractal is Movement Labs' interpreter that allows any developer to deploy any Solidity smart contract on M1 a [Move language](https://move-language.github.io/move/) based Virtual Machine, effectively turning Solidity code into Move code, inheriting all of the security properties natively available to Move smart contracts.
Fractal is Movement Labs' interpreter that allows any developer to deploy any Solidity smart contract on M1 a [Move language](https://move-language.github.io/move/) based Virtual Machine, effectively turning Solidity code into Move code, inheriting all the security properties natively available to Move smart contracts.

## Prerequisites

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Hardhat is a powerful Javascript smart contract development toolchain for Ethere

### What is Fractal?

Fractal is Movement Labs' transpiler that allows any developer to deploy any Solidity smart contract on M1 a Move language based Virtual Machine, effectively turning Solidity code into Move code, inheriting all of the security properties natively available to Move smart contracts.
Fractal is Movement Labs' transpiler that allows any developer to deploy any Solidity smart contract on M1 a Move language based Virtual Machine, effectively turning Solidity code into Move code, inheriting all the security properties natively available to Move smart contracts.

## Prerequisites

Expand Down