Skip to content

Instantly share code, notes, and snippets.

@wangshouh
Created July 7, 2023 13:06
Show Gist options
  • Save wangshouh/4864744cb4fa8befb078e79b22e94594 to your computer and use it in GitHub Desktop.
Save wangshouh/4864744cb4fa8befb078e79b22e94594 to your computer and use it in GitHub Desktop.

Deploy Account

  1. Generate Signer

    starkli signer keystore new deployments/key.json
  2. Generating your account address locally

    starkli account oz init deployments/starkli.json
  3. Funding it

    Use Faucet to fund.

  4. Deploying it

    starkli account deploy deployments/starkli.json --keystore deployments/key.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment