Testnet Networks
Check out the networks page for information on our testnets, beta-1
and beta-2
.
Connect Rust SDK to Fuel Node
Check out these docs to connect your SDK to the beta-1
testnet here.
Deploy a Contract to the Beta-1
Testnet
To deploy a contract to the testnet, you'll need to create a wallet using forc-wallet
and then run the following command:
forc deploy --url https://node-beta-1.fuel.network/graphql --gas-price 1
Check out the Developer Quickstart to see a working example of how to deploy a contract to beta-1
.
For more information on versioning, tooling, and resources, check out the beta-1 page.
Deploy a Contract to the Beta-2
Testnet
To deploy a contract to the testnet, you'll need to create a wallet using forc-wallet
and then run the following command:
forc deploy --url https://node-beta-2.fuel.network/graphql --gas-price 1
For more information on versioning, tooling, and resources, check out the beta-2 page.