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

Add support for deploying and testing on devnet #115

Open
zees-dev opened this issue Jan 31, 2025 · 0 comments
Open

Add support for deploying and testing on devnet #115

zees-dev opened this issue Jan 31, 2025 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers sway-playground

Comments

@zees-dev
Copy link

Description

There is a devnet - generally to which changes are rolled out first; before hitting testnet and mainnet.
Sometimes the fuel core client has breaking changes - which can only be tested on devnet for a considerable amount of time.
In such cases it would be very useful if we can use the sway playground to deploy contracts directly to devnet.

The devnet URL is: https://devnet.fuel.network

curl -X POST 'https://devnet.fuel.network/v1/graphql' \
  -H 'Content-Type: application/json' \
  -d '{"query": "{ chain { latestBlock { header { height } } } }"}'

The devnet faucet URL is: https://faucet-devnet.fuel.network

@zees-dev zees-dev added good first issue Good for newcomers enhancement New feature or request sway-playground labels Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers sway-playground
Projects
None yet
Development

No branches or pull requests

1 participant