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

Automatically setup native token on quickstart local networks #555

Open
leighmcculloch opened this issue Jan 25, 2024 · 1 comment
Open

Comments

@leighmcculloch
Copy link
Member

leighmcculloch commented Jan 25, 2024

What problem does your feature solve?

It's not intuitive that on the local network that the native asset has not been setup with a contract.

On pubnet, testnet, and futurenet the native asset contract is created. It's very easy to get used to that and to just start using it.

On the local network the developer has to create it themselves with:

soroban lab token wrap --asset native --source ... --network ...

I've forgotten several times to create it and it just chews times debugging then realizing and running the command.

What would you like to see?

The native asset contract deployed automatically on quickstart when running the local network, so it's just good to go.

What alternatives are there?

Do nothing. Remind people to create it.

Copy link

github-actions bot commented May 3, 2024

This issue is stale because it has been open for 30 days with no activity. It will be closed in 30 days unless the stale label is removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@leighmcculloch and others