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

Deploy token contract #166

Merged
merged 30 commits into from
Oct 3, 2022
Merged

Deploy token contract #166

merged 30 commits into from
Oct 3, 2022

Conversation

paulbellamy
Copy link
Contributor

@paulbellamy paulbellamy commented Sep 30, 2022

Fixes #81

Adds 2 new subcommands:

  • $ soroban-cli token create --name "Example Token" --symbol "EXT" --decimal 7 --admin "G...5"
    Deploys a token smart contract for a new soroban token.

  • $ soroban-cli token wrap --asset "USDC:G...5"
    Deploys the smart contract wrapper for an existing Stellar classic asset.

TODO

src/soroban_rpc/mod.rs Outdated Show resolved Hide resolved
src/token/create.rs Outdated Show resolved Hide resolved
src/token/wrap.rs Outdated Show resolved Hide resolved
Paul Bellamy and others added 3 commits September 30, 2022 17:21
@paulbellamy paulbellamy marked this pull request as ready for review September 30, 2022 18:44
src/token/wrap.rs Outdated Show resolved Hide resolved
src/deploy.rs Outdated Show resolved Hide resolved
@paulbellamy paulbellamy enabled auto-merge (squash) October 3, 2022 12:29
@paulbellamy paulbellamy merged commit 20e2a47 into main Oct 3, 2022
@paulbellamy paulbellamy deleted the 81/deploy-token-contract branch October 3, 2022 12:32
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

Successfully merging this pull request may close these issues.

CLI: Deploy native token contract
4 participants