Skip to content

Commit e65d78f

Browse files
authored
Merge pull request #1052 from dfinity/kill-free-cycles
docs: remove mentioning free cycles
2 parents 24aff11 + 36893ee commit e65d78f

File tree

11 files changed

+15
-44
lines changed

11 files changed

+15
-44
lines changed

motoko/basic_bitcoin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ curl -fsSL cli.mops.one/install.sh | sh
5050

5151
### Acquire cycles to deploy
5252

53-
Deploying to the Internet Computer requires [cycles](https://internetcomputer.org/docs/current/developer-docs/setup/cycles) (the equivalent of "gas" in other blockchains). You can get free cycles from the [cycles faucet](https://internetcomputer.org/docs/current/developer-docs/setup/cycles/cycles-faucet.md).
53+
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).
5454

5555
### Deploy the smart contract to the Internet Computer
5656

@@ -211,7 +211,7 @@ reflected in your current balance.
211211
In this tutorial, you were able to:
212212

213213
* Deploy a canister smart contract on the ICP blockchain that can receive & send Bitcoin.
214-
* Use a cycles faucet to deploy the canister to ICP blockchain on the mainnet for free.
214+
* Acquire cycles to deploy the canister to the ICP mainnet.
215215
* Connect the canister to the Bitcoin testnet.
216216
* Send the canister some testnet BTC.
217217
* Check the testnet BTC balance of the canister.

motoko/threshold-ecdsa/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ If you open the URL in a web browser, you will see a web UI that shows the publi
6363

6464
To deploy this canister to the mainnet, one needs to do two things:
6565

66-
- Acquire cycles (the equivalent of "gas" in other blockchains). This is necessary for all canisters.
66+
- Acquire cycles (the equivalent of "gas" on other blockchains). This is necessary for all canisters.
6767
- Update the sample source code to have the right key ID. This is unique to this canister.
6868

6969
#### Acquire cycles to deploy
7070

71-
Deploying to the Internet Computer requires [cycles](https://internetcomputer.org/docs/current/developer-docs/setup/cycles). You can get free cycles from the [cycles faucet](https://internetcomputer.org/docs/current/developer-docs/setup/cycles/cycles-faucet.md).
71+
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).
7272

7373
#### Update source code with the right key ID
7474

motoko/threshold-schnorr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ To deploy this canister the mainnet, one needs to do two things:
9292

9393
#### Acquire cycles to deploy
9494

95-
Deploying to the Internet Computer requires [cycles](https://internetcomputer.org/docs/current/developer-docs/setup/cycles). You can get free cycles from the [cycles faucet](https://internetcomputer.org/docs/current/developer-docs/getting-started/cycles/cycles-faucet).
95+
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).
9696

9797
#### Update source code with the right key ID
9898

rust/basic_bitcoin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ cargo build --release --target wasm32-unknown-unknown
4949

5050
### Acquire cycles to deploy
5151

52-
Deploying to the Internet Computer requires [cycles](https://internetcomputer.org/docs/current/developer-docs/setup/cycles) (the equivalent of "gas" in other blockchains). You can get free cycles from the [cycles faucet](https://internetcomputer.org/docs/current/developer-docs/setup/cycles/cycles-faucet.md).
52+
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).
5353

5454
### Deploy the smart contract to the Internet Computer
5555

@@ -238,7 +238,7 @@ dfx canister --network=ic call basic_bitcoin get_block_headers "(0: nat32, 11: n
238238
In this tutorial, you were able to:
239239

240240
* Deploy a canister smart contract on the ICP blockchain that can receive & send bitcoin.
241-
* Use a cycles faucet to deploy the canister to ICP blockchain on the mainnet for free.
241+
* Acquire cycles to deploy the canister to the ICP mainnet.
242242
* Connect the canister to the Bitcoin testnet.
243243
* Send the canister some testnet BTC.
244244
* Check the testnet BTC balance of the canister.

rust/basic_ethereum/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,7 @@ git submodule update --init --recursive
4343

4444
### Acquire cycles to deploy
4545

46-
Deploying to the Internet Computer
47-
requires [cycles](https://internetcomputer.org/docs/current/developer-docs/setup/cycles) (the equivalent of "gas" in
48-
other blockchains). You can get free cycles from
49-
the [cycles faucet](https://internetcomputer.org/docs/current/developer-docs/setup/cycles/cycles-faucet.md).
46+
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).
5047

5148
### Deploy the smart contract to the Internet Computer
5249

@@ -156,7 +153,7 @@ to track the transaction on an Ethereum blockchain explorer.
156153
In this tutorial, you were able to:
157154

158155
* Deploy a canister smart contract on the ICP blockchain that can receive and send ETH.
159-
* Use a cycles faucet to deploy the canister to ICP blockchain on the mainnet for free.
156+
* Acquire cycles to deploy the canister to the ICP mainnet.
160157
* Connect the canister to the Ethereum Sepolia testnet.
161158
* Send the canister some Sepolia ETH.
162159
* Use the canister to send ETH to another Ethereum address.

rust/threshold-ecdsa/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To deploy this canister the mainnet, one needs to do two things:
6666

6767
#### Acquire cycles to deploy
6868

69-
Deploying to the Internet Computer requires [cycles](https://internetcomputer.org/docs/current/developer-docs/setup/cycles). You can get free cycles from the [cycles faucet](https://internetcomputer.org/docs/current/developer-docs/setup/cycles/cycles-faucet.md).
69+
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).
7070

7171
#### Update source code with the right key ID
7272

rust/threshold-schnorr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ To deploy this canister the mainnet, one needs to do two things:
8181

8282
#### Acquire cycles to deploy
8383

84-
Deploying to the Internet Computer requires [cycles](https://internetcomputer.org/docs/current/developer-docs/setup/cycles). You can get free cycles from the [cycles faucet](https://internetcomputer.org/docs/current/developer-docs/getting-started/cycles/cycles-faucet).
84+
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).
8585

8686
#### Update source code with the right key ID
8787

rust/x509/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ To deploy this canister the mainnet, one needs to do two things:
8888

8989
#### Acquire cycles to deploy
9090

91-
Deploying to the Internet Computer requires [cycles](https://internetcomputer.org/docs/current/developer-docs/setup/cycles). You can get free cycles from the [cycles faucet](https://internetcomputer.org/docs/current/developer-docs/getting-started/cycles/cycles-faucet).
91+
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).
9292

9393
#### Update source code with the right key ID
9494

svelte/svelte-motoko-starter/README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -170,15 +170,7 @@ npm run dev
170170

171171
## Deploying to the mainnet
172172

173-
To host the Svelte app on ICP, you'll need to have some cycles available. Cycles pay for the execution of your app, and they are also needed to create canisters.
174-
175-
You can get cycles for free from the cycles faucet. To claim them, follow [this guide](https://internetcomputer.org/docs/current/developer-docs/setup/cycles/cycles-faucet).
176-
177-
After following that guide, you should have a balance of cycles to use. You can check the balance by running:
178-
179-
```
180-
dfx wallet --network ic balance
181-
```
173+
To host the Svelte app on ICP, you'll need to acquire [cycles](https://internetcomputer.org/docs/current/developer-docs/getting-started/tokens-and-cycles) (the equivalent of "gas" on other blockchains). Cycles pay for the execution of your app, and they are also needed to create canisters.
182174

183175
After making sure you have cycles available, you can run
184176

svelte/svelte-starter/README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,7 @@ npm run dev
101101

102102
## Deploying to the mainnet
103103

104-
To host the Svelte app on ICP, you'll need to have some cycles available. Cycles pay for the execution of your app, and they are also needed to create canisters.
105-
106-
You can get cycles for free from the cycles faucet. To claim them, follow [this guide](https://internetcomputer.org/docs/current/developer-docs/setup/cycles/cycles-faucet).
107-
108-
After following that guide, you should have a balance of cycles to use. You can check the balance by running:
109-
110-
```
111-
dfx wallet --network ic balance
112-
```
104+
To host the Svelte app on ICP, you'll need to acquire [cycles](https://internetcomputer.org/docs/current/developer-docs/getting-started/tokens-and-cycles) (the equivalent of "gas" on other blockchains). Cycles pay for the execution of your app, and they are also needed to create canisters.
113105

114106
After making sure you have cycles available, you can run
115107

0 commit comments

Comments
 (0)