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

docs: improving getting started docs for mainnet #3500

Merged
merged 41 commits into from
Jan 2, 2025
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
44b6c75
Revamping getting started docs
arboleya Dec 24, 2024
fbf6e02
Fixing outdated URLs
arboleya Dec 24, 2024
589364b
Fixing filename
arboleya Dec 24, 2024
828ff59
Renaming file
arboleya Dec 24, 2024
0648a62
Fixing more filenames
arboleya Dec 24, 2024
fbcae14
Renaming more files, adjusting texts
arboleya Dec 24, 2024
71c77b9
Using relative links
arboleya Dec 24, 2024
954a7e9
What a mess
arboleya Dec 24, 2024
2c59a56
Final touches and crosslinks
arboleya Dec 24, 2024
12e5fc4
Update apps/docs/src/guide/getting-started/cdn-usage.md
arboleya Dec 30, 2024
b411514
Adding TODO with docs
arboleya Dec 30, 2024
dd5e55a
Update apps/docs/src/guide/getting-started/index.md
arboleya Dec 30, 2024
b4a3327
Adjust text
arboleya Dec 31, 2024
894d803
Merge branch 'master' into aa/docs/connect-to-mainnet
arboleya Dec 31, 2024
bc3ccbf
Update apps/docs/src/guide/getting-started/next-steps.md
arboleya Dec 31, 2024
4da22cb
Breaking section apart
arboleya Dec 31, 2024
2cc989b
Lintfix
arboleya Jan 1, 2025
59ad1ca
Adjusting command descriptions
arboleya Jan 1, 2025
5ccc023
Revamping README
arboleya Jan 1, 2025
b429822
Adding changeset
arboleya Jan 1, 2025
bb3986a
Fixing README links
arboleya Jan 1, 2025
3514761
Fixing another link
arboleya Jan 1, 2025
c78a525
Temporarily ignoring new pages
arboleya Jan 1, 2025
2c98d3f
Touchups
arboleya Jan 1, 2025
08a29c8
Fixing more URLs
arboleya Jan 1, 2025
be38612
Update README.md
arboleya Jan 1, 2025
e07491b
Simplifying and standardizing snippets
arboleya Jan 1, 2025
8f55a71
Nit
arboleya Jan 1, 2025
d9f8842
Nit II
arboleya Jan 1, 2025
18e0d17
Adjusting snippets again
arboleya Jan 1, 2025
1288845
Touchups
arboleya Jan 1, 2025
9339ec0
Touchups+
arboleya Jan 1, 2025
51f56f3
Update README.md
arboleya Jan 2, 2025
9ddf82e
Improving `fuels node` docs
arboleya Jan 2, 2025
f2786d3
Simplifying docs
arboleya Jan 2, 2025
5ae7d8c
Oops
arboleya Jan 2, 2025
eacb8f8
Merge branch 'master' into aa/docs/connect-to-mainnet
arboleya Jan 2, 2025
e654ea2
Update apps/docs/src/guide/fuels-cli/commands.md
arboleya Jan 2, 2025
83efe57
Update README.md
arboleya Jan 2, 2025
a4d01d4
Update README.md
arboleya Jan 2, 2025
29718c4
Merge branch 'master' into aa/docs/connect-to-mainnet
arboleya Jan 2, 2025
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
Prev Previous commit
Next Next commit
Fixing another link
  • Loading branch information
arboleya committed Jan 1, 2025
commit 3514761fb82a86acfee3aa6d2f3617a91039759e
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ npm install fuels --save

- https://docs.fuel.network/docs/fuels-ts/getting-started/connecting-to-the-network

| Network | URL |
| --------- | ----------------------------------------------------------------------------------------------- |
| Mainnet | `https://testnet.fuel.network/v1/graphql` |
| Testnet | `https://mainnet.fuel.network/v1/graphql` |
| Localhost | [Running a local Fuel node](https://docs.fuel.network/docs/fuels-ts/running-a-local-fuel-node/) |
| Network | URL |
| --------- | --------------------------------------------------------------------------------------------------------------- |
| Mainnet | `https://testnet.fuel.network/v1/graphql` |
| Testnet | `https://mainnet.fuel.network/v1/graphql` |
arboleya marked this conversation as resolved.
Show resolved Hide resolved
| Localhost | [Running a local Fuel node](https://docs.fuel.network/docs/fuels-ts/getting-started/running-a-local-fuel-node/) |

```ts
import { Provider, Wallet } from "fuels";
Expand Down
Loading