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

document how to deploy erc20 token #294

Merged
merged 5 commits into from
Feb 12, 2024
Merged

document how to deploy erc20 token #294

merged 5 commits into from
Feb 12, 2024

Conversation

siosw
Copy link
Contributor

@siosw siosw commented Jan 25, 2024

Goals of PR

This PR adds

  • documentation on how to deploy ERC20 token pairs on L2
  • example script + simple CLI tool (this should eventually be part of SPC i think)
  • MintableERC20Factory as predeploy contract

Example use of CLI

Deploying an L2 version of an L1 ERC20 token

npx ts-node ./scripts/bridge/deployERC20Token.ts --rpc http://127.0.0.1:4011 --name test --symbol TT --address 0x000000000000000000000000000000000000dead

Copy link

changeset-bot bot commented Jan 25, 2024

⚠️ No Changeset found

Latest commit: 09d1c64

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@siosw siosw marked this pull request as ready for review January 26, 2024 15:48
@siosw siosw merged commit 7b4d7dc into develop Feb 12, 2024
11 checks passed
@siosw siosw deleted the siosw/erc20-docs branch February 12, 2024 09: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.

3 participants