Skip to content
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
18 changes: 5 additions & 13 deletions docs/connect-to-fluent.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,7 @@ Devnet (Fluent Developer Preview) will also remain available to developers with

## Quickstart Wallet Connect

To quickly integrate Fluent with your wallet:

### Testnet

visit the [Fluent Testnet Portal](https://testnet.gblend.xyz) and add network info:

### DevNet

visit the [Fluent DevNet Portal](http://devnet.fluent.xyz/) and add network info:
To quickly integrate Fluent with your wallet, visit the [Fluent Developer Portal](https://testnet.fluent.xyz/dev-portal) and add network info:

![Connect your wallet](../static/img/add-wallet.png)

Expand All @@ -37,7 +29,7 @@ Or add manually with the network info you find below.
</a>
</td>
<td>
<a href="https://testnet.gblend.xyz/">
<a href="https://testnet.fluent.xyz/dev-portal/">
<strong>Fluent Dev Portal</strong>
<span>Add network info to your wallet from Fluent dev portal.</span>
</a>
Expand All @@ -50,7 +42,7 @@ Or add manually with the network info you find below.
<strong>Chainlist</strong>
<span>Add network info to your wallet directly from Chainlist.</span>
</a>
<a href="https://testnet.gblend.xyz/">
<a href="https://testnet.fluent.xyz/dev-portal">
<strong>Fluent Dev Portal</strong>
<span>Add network info to your wallet from Fluent dev portal.</span>
</a>
Expand All @@ -75,7 +67,7 @@ The Fluent Testnet is more stable than Devnet, but it is still under active deve
### Network Resources

<table>
<tbody><tr><td><strong class="row-name">Faucet:</strong></td><td><a href="https://testnet.gblend.xyz/"> https://testnet.gblend.xyz/</a></td></tr>
<tbody><tr><td><strong class="row-name">Faucet:</strong></td><td><a href="https://testnet.fluent.xyz/dev-portal"> https://testnet.fluent.xyz/dev-portal</a></td></tr>
<tr><td><strong class="row-name">Websocket RPC URL:</strong></td><td>wss://rpc.testnet.fluent.xyz/ws</td></tr></tbody>
</table>

Expand All @@ -98,7 +90,7 @@ The Fluent Devnet is experimental and may be reset at any time to apply upgrades
### Network Resources

<table>
<tbody><tr><td><strong class="row-name">Faucet:</strong></td><td><a href="https://dev.gblend.xyz/">https://dev.gblend.xyz/</a></td></tr>
<tbody><tr><td><strong class="row-name">Faucet:</strong></td><td><a href="https://testnet.fluent.xyz/dev-portal">https://testnet.fluent.xyz/dev-portal</a></td></tr>
<tr><td><strong class="row-name">Websocket RPC URL:</strong></td><td>wss://rpc.dev.gblend.xyz/ws</td></tr></tbody>
</table>

Expand Down
4 changes: 2 additions & 2 deletions docs/fluentbase-sdk/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Client Generation

The client generation system creates type-safe client code for interacting with Fluentbase smart contracts. It automatically generates client structs and methods from trait definitions, handling parameter encoding, contract calls, and result decoding. This enables seamless interaction with deployed contracts while maintaining type safety and consistency with the contract interface.

:::prequisite
:::prerequisite
This documentation assumes you've already built contracts using the [Router System](./router.md). Clients are generated from trait definitions that match your contract's router interface.
:::

Expand Down Expand Up @@ -170,7 +170,7 @@ impl<SDK: SharedAPI> TokenInterfaceClient<SDK> {

### Complex Data Types

The client system handles complex types automatically when they implement the `Codec` trait (see [Codec documentation](./codec.md#when-you-need-custom-types)):
The client system handles complex types automatically when they implement the `Codec` trait (see [Codec documentation](./codec.md)):

```rust
use fluentbase_sdk::codec::Codec;
Expand Down
2 changes: 1 addition & 1 deletion docs/fluentbase-sdk/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ impl<SDK: SharedAPI> ArrayContract<SDK> {

### 4. Complex Types (Structs)

Custom types that implement the `Codec` trait can be stored. See the [Codec documentation](./codec.md#when-you-need-custom-types) for details on making types codec-compatible:
Custom types that implement the `Codec` trait can be stored. See the [Codec documentation](./codec.md) for details on making types codec-compatible:

```rust
use fluentbase_sdk::{codec::Codec, derive::solidity_storage};
Expand Down
4 changes: 2 additions & 2 deletions docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ Get started in just a few commands with the [quick install](./gblend/installatio
## Why Developers Choose Fluent

<!-- Responsive YouTube embed -->
<div class="video-responsive">
<!-- <div class="video-responsive">
<iframe src="https://www.youtube.com/embed/WkDafMeCABg" title="The benefits of blended execution, explained in just 15 minutes." frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<br />
<br /> -->

**🚀 Write in Your Favorite Language**
Build with Solidity's ecosystem maturity, Rust's performance, or just blend it all in one app.
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ module.exports = {
// className: 'navbar_item_button',
},
{
href: "https://testnet.gblend.xyz/",
href: "https://testnet.fluent.xyz/dev-portal",
label: "Faucet",
position: "left",
// className: 'navbar_item_button',
Expand Down
Binary file modified static/img/add-wallet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.