Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiemongeon1 authored Jan 3, 2025
1 parent 1b0a1ac commit b53118e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rust/x509/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ Before deploying this canister to the mainnet, you must do the following:
- Acquire cycles (equivalent of "gas" in other blockchains). This is necessary for all canisters.
- Update the sample source code to have the right key ID. This is unique to this canister.

- #### Step 1: Acquire cycles to deploy
#### Step 1: Acquire cycles to deploy

Deploying to the Internet Computer requires [cycles](https://internetcomputer.org/docs/current/developer-docs/getting-started/tokens-and-cycles) (the equivalent of "gas" on other blockchains).

- #### Step 2: Update source code with the right key ID
#### Step 2: Update source code with the right key ID

To deploy the sample code, the canister needs the right key name for the right
environment. Specifically, one needs to initialize the canister with the key
Expand All @@ -95,7 +95,7 @@ There are three options that are supported:
Note that `dfx deploy` formats those name in `PascalCase` instead of
`snake_case` due to the formatting of types in `rust`.

- #### Step 3: Deploy to the mainnet using the IC SDK
#### Step 3: Deploy to the mainnet using the IC SDK

To [deploy via the mainnet](https://internetcomputer.org/docs/current/developer-docs/setup/deploy-mainnet.md), run the following commands:

Expand Down

0 comments on commit b53118e

Please sign in to comment.