Skip to content

Commit 9d81e76

Browse files
Automated scrape: 2025-04-25 00:30:44
1 parent 37571f5 commit 9d81e76

File tree

201 files changed

+1789
-818
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

201 files changed

+1789
-818
lines changed

merged_docs/all_merged.md

+587-261
Large diffs are not rendered by default.

merged_docs/cadence_docs_merged.md

+36-38
Large diffs are not rendered by default.

merged_docs/essentials_merged.md

+586-260
Large diffs are not rendered by default.

scraped_docs/developers_flow_com/build_advanced_concepts_account_abstraction.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ These improvements are especially notable on mobile, where users are typically m
9090

9191
[Edit this page](https://github.com/onflow/docs/tree/main/docs/build/advanced-concepts/account-abstraction.md)
9292

93-
Last updated on **Apr 15, 2025** by **BT.Wood(Tang Bo Hao)**
93+
Last updated on **Apr 17, 2025** by **Brian Doyle**
9494

9595
[Previous
9696

@@ -102,6 +102,8 @@ FLIX (Flow Interaction Templates)](/build/advanced-concepts/flix)
102102

103103
😞😐😊
104104

105+
Open in ChatGPT
106+
105107
* [Multi-sig Transactions](#multi-sig-transactions)
106108
* [Sponsored Transactions](#sponsored-transactions)
107109
* [Bundled Transactions](#bundled-transactions)

scraped_docs/developers_flow_com/build_advanced_concepts_account_linking.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ Learn more about it in the [Hybrid Custody documentation](/build/guides/account-
308308

309309
[Edit this page](https://github.com/onflow/docs/tree/main/docs/build/guides/account-linking/index.md)
310310

311-
Last updated on **Apr 15, 2025** by **BT.Wood(Tang Bo Hao)**
311+
Last updated on **Apr 17, 2025** by **Brian Doyle**
312312

313313
[Previous
314314

@@ -320,6 +320,8 @@ Building Walletless Applications Using Child Accounts](/build/guides/account-lin
320320

321321
😞😐😊
322322

323+
Open in ChatGPT
324+
323325
* [Accessing Account](#accessing-account)
324326
* [Account Capabilities](#account-capabilities)
325327
+ [Creating Account Links](#creating-account-links)

scraped_docs/developers_flow_com/build_advanced_concepts_metadata_views.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ It provides an introduction to integrating these standards into your NFT contrac
10711071

10721072
[Edit this page](https://github.com/onflow/docs/tree/main/docs/build/advanced-concepts/metadata-views.md)
10731073

1074-
Last updated on **Apr 15, 2025** by **BT.Wood(Tang Bo Hao)**
1074+
Last updated on **Apr 17, 2025** by **Brian Doyle**
10751075

10761076
[Previous
10771077

@@ -1083,6 +1083,8 @@ VRF (Randomness) in Cadence](/build/advanced-concepts/randomness)
10831083

10841084
😞😐😊
10851085

1086+
Open in ChatGPT
1087+
10861088
* [Two Levels of Metadata: An Overview](#two-levels-of-metadata-an-overview)
10871089
* [Understanding `ViewResolver` and `MetadataViews.Resolver`](#understanding-viewresolver-and-metadataviewsresolver)
10881090
+ [Core Functions](#core-functions)

scraped_docs/developers_flow_com/build_advanced_concepts_scaling.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ It takes roughly the time of 1 transaction to run all 420 without any errors.
661661

662662
[Edit this page](https://github.com/onflow/docs/tree/main/docs/build/advanced-concepts/scaling.md)
663663

664-
Last updated on **Apr 15, 2025** by **BT.Wood(Tang Bo Hao)**
664+
Last updated on **Apr 17, 2025** by **Brian Doyle**
665665

666666
[Previous
667667

@@ -673,6 +673,8 @@ Account Linking (FLIP 72)](/build/guides/account-linking)
673673

674674
😞😐😊
675675

676+
Open in ChatGPT
677+
676678
* [Problem](#problem)
677679
* [Solution](#solution)
678680
* [Example Implementation](#example-implementation)

scraped_docs/developers_flow_com/build_app_architecture.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Selecting the right architecture is crucial when developing an app on the Flow b
100100

101101
[Edit this page](https://github.com/onflow/docs/tree/main/docs/build/app-architecture/index.md)
102102

103-
Last updated on **Apr 15, 2025** by **Brian Doyle**
103+
Last updated on **Apr 17, 2025** by **Brian Doyle**
104104

105105
[Previous
106106

@@ -112,6 +112,8 @@ Learn Cadence ↗️](/build/learn-cadence)
112112

113113
😞😐😊
114114

115+
Open in ChatGPT
116+
115117
* [Self-Custody Architecture](#self-custody-architecture)
116118
* [App Custody Architecture](#app-custody-architecture)
117119
* [Wrapping Up](#wrapping-up)

scraped_docs/developers_flow_com/build_basics_accounts.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Find a list of all SDKs here: [tools/clients](/tools/clients)
278278

279279
[Edit this page](https://github.com/onflow/docs/tree/main/docs/build/basics/accounts.md)
280280

281-
Last updated on **Apr 15, 2025** by **BT.Wood(Tang Bo Hao)**
281+
Last updated on **Apr 17, 2025** by **Brian Doyle**
282282

283283
[Previous
284284

@@ -290,6 +290,8 @@ Transactions](/build/basics/transactions)
290290

291291
😞😐😊
292292

293+
Open in ChatGPT
294+
293295
* [Address](#address)
294296
* [Balance](#balance)
295297
+ [Maximum available balance](#maximum-available-balance)

scraped_docs/developers_flow_com/build_basics_blocks.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Find a list of all SDKs [here](/tools/clients)
115115

116116
[Edit this page](https://github.com/onflow/docs/tree/main/docs/build/basics/blocks.md)
117117

118-
Last updated on **Apr 15, 2025** by **BT.Wood(Tang Bo Hao)**
118+
Last updated on **Apr 17, 2025** by **Brian Doyle**
119119

120120
[Previous
121121

@@ -127,6 +127,8 @@ Collections](/build/basics/collections)
127127

128128
😞😐😊
129129

130+
Open in ChatGPT
131+
130132
* [Overview](#overview)
131133
+ [Block Header](#block-header)
132134
+ [Block Payload](#block-payload)

scraped_docs/developers_flow_com/build_basics_collections.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Find a list of all SDKs [here](/tools/clients)
7272

7373
[Edit this page](https://github.com/onflow/docs/tree/main/docs/build/basics/collections.md)
7474

75-
Last updated on **Apr 15, 2025** by **BT.Wood(Tang Bo Hao)**
75+
Last updated on **Apr 17, 2025** by **Brian Doyle**
7676

7777
[Previous
7878

@@ -84,6 +84,8 @@ Accounts](/build/basics/accounts)
8484

8585
😞😐😊
8686

87+
Open in ChatGPT
88+
8789
* [Collection Retrieval](#collection-retrieval)
8890

8991
Documentation

scraped_docs/developers_flow_com/build_basics_events.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ _24
277277

278278
[Edit this page](https://github.com/onflow/docs/tree/main/docs/build/basics/events.md)
279279

280-
Last updated on **Apr 15, 2025** by **BT.Wood(Tang Bo Hao)**
280+
Last updated on **Apr 17, 2025** by **Brian Doyle**
281281

282282
[Previous
283283

@@ -289,6 +289,8 @@ FLOW Coin](/build/basics/flow-token)
289289

290290
😞😐😊
291291

292+
Open in ChatGPT
293+
292294
* [Core Events](#core-events)
293295
* [User-defined events](#user-defined-events)
294296
+ [Fungible Token Events](#fungible-token-events)

scraped_docs/developers_flow_com/build_basics_fees.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ Additional Details:
745745

746746
[Edit this page](https://github.com/onflow/docs/tree/main/docs/build/basics/fees.md)
747747

748-
Last updated on **Apr 14, 2025** by **vishal**
748+
Last updated on **Apr 18, 2025** by **Brian Doyle**
749749

750750
[Previous
751751

@@ -757,6 +757,8 @@ MEV Resistance](/build/basics/mev-resistance)
757757

758758
😞😐😊
759759

760+
Open in ChatGPT
761+
760762
* [Transaction Fees](#transaction-fees)
761763
+ [Understanding the need for transaction fees](#understanding-the-need-for-transaction-fees)
762764
+ [**Fee Structure**](#fee-structure)

scraped_docs/developers_flow_com/build_basics_flow_token.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ To get started building on Flow, please see the [Flow App Quickstart](/build/get
149149

150150
[Edit this page](https://github.com/onflow/docs/tree/main/docs/build/basics/flow-token.md)
151151

152-
Last updated on **Apr 15, 2025** by **BT.Wood(Tang Bo Hao)**
152+
Last updated on **Apr 17, 2025** by **Brian Doyle**
153153

154154
[Previous
155155

@@ -161,6 +161,8 @@ Smart Contracts ↙](/build/basics/smart-contracts)
161161

162162
😞😐😊
163163

164+
Open in ChatGPT
165+
164166
* [Introduction](#introduction)
165167
+ [FLOW as a Native Coin](#flow-as-a-native-coin)
166168
* [How to Get FLOW](#how-to-get-flow)

scraped_docs/developers_flow_com/build_basics_mev_resistance.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ This level of protection against MEV is not an afterthought—it has been a fund
111111

112112
[Edit this page](https://github.com/onflow/docs/tree/main/docs/build/basics/mev-resistance.md)
113113

114-
Last updated on **Apr 15, 2025** by **BT.Wood(Tang Bo Hao)**
114+
Last updated on **Apr 17, 2025** by **Brian Doyle**
115115

116116
[Previous
117117

@@ -123,6 +123,8 @@ Events](/build/basics/events)
123123

124124
😞😐😊
125125

126+
Open in ChatGPT
127+
126128
* [The Hidden Cost of MEV in Decentralized Systems](#the-hidden-cost-of-mev-in-decentralized-systems)
127129
* [Why MEV Persists on Most Blockchains](#why-mev-persists-on-most-blockchains)
128130
* [How Flow Accomplishes MEV Resilience](#how-flow-accomplishes-mev-resilience)

scraped_docs/developers_flow_com/build_basics_network_architecture.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Search
4444

4545
[Edit this page](https://github.com/onflow/docs/tree/main/docs/build/basics/network-architecture.md)
4646

47-
Last updated on **Apr 15, 2025** by **BT.Wood(Tang Bo Hao)**
47+
Last updated on **Apr 17, 2025** by **Brian Doyle**
4848

4949
[Previous
5050

scraped_docs/developers_flow_com/build_basics_scripts.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Following are some recommendations on how to write efficient scripts:
176176

177177
[Edit this page](https://github.com/onflow/docs/tree/main/docs/build/basics/scripts.md)
178178

179-
Last updated on **Apr 14, 2025** by **vishal**
179+
Last updated on **Apr 18, 2025** by **Brian Doyle**
180180

181181
[Previous
182182

@@ -188,6 +188,8 @@ Fees](/build/basics/fees)
188188

189189
😞😐😊
190190

191+
Open in ChatGPT
192+
191193
* [When to use a script?](#when-to-use-a-script)
192194
* [Executing Scripts](#executing-scripts)
193195
+ [Access API](#access-api)

scraped_docs/developers_flow_com/build_basics_smart_contracts.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ contract that conforms to the standard.
113113

114114
[Edit this page](https://github.com/onflow/docs/tree/main/docs/build/smart-contracts/overview.md)
115115

116-
Last updated on **Apr 15, 2025** by **Brian Doyle**
116+
Last updated on **Apr 17, 2025** by **Brian Doyle**
117117

118118
[Previous
119119

@@ -125,6 +125,8 @@ Deploying Contracts](/build/smart-contracts/deploying)
125125

126126
😞😐😊
127127

128+
Open in ChatGPT
129+
128130
* [How to Write Smart Contracts on Flow](#how-to-write-smart-contracts-on-flow)
129131
+ [Onboard to Cadence](#onboard-to-cadence)
130132
+ [Configure Your Local Environment](#configure-your-local-environment)

scraped_docs/developers_flow_com/build_basics_transactions.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ Find a list of all SDKs [here](/tools/clients)
784784

785785
[Edit this page](https://github.com/onflow/docs/tree/main/docs/build/basics/transactions.md)
786786

787-
Last updated on **Apr 15, 2025** by **BT.Wood(Tang Bo Hao)**
787+
Last updated on **Apr 17, 2025** by **Brian Doyle**
788788

789789
[Previous
790790

@@ -796,6 +796,8 @@ Scripts](/build/basics/scripts)
796796

797797
😞😐😊
798798

799+
Open in ChatGPT
800+
799801
* [Script](#script)
800802
* [Arguments](#arguments)
801803
* [Reference Block](#reference-block)

scraped_docs/developers_flow_com/build_core_contracts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ but are nevertheless important to developers on Flow:
6666

6767
[Edit this page](https://github.com/onflow/docs/tree/main/docs/build/core-contracts/index.md)
6868

69-
Last updated on **Apr 15, 2025** by **BT.Wood(Tang Bo Hao)**
69+
Last updated on **Apr 17, 2025** by **Brian Doyle**
7070

7171
[Previous
7272

scraped_docs/developers_flow_com/build_core_contracts_bridge.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ And below are the bridge escrow's EVM addresses. These addresses are [`CadenceOw
110110

111111
[Edit this page](https://github.com/onflow/docs/tree/main/docs/build/core-contracts/15-bridge.md)
112112

113-
Last updated on **Apr 15, 2025** by **Brian Doyle**
113+
Last updated on **Apr 17, 2025** by **Brian Doyle**
114114

115115
[Previous
116116

scraped_docs/developers_flow_com/build_core_contracts_burner.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ should use `Burner.burn()` when destroying a resource instead of `destroy`.
6161

6262
[Edit this page](https://github.com/onflow/docs/tree/main/docs/build/core-contracts/14-burner.md)
6363

64-
Last updated on **Apr 15, 2025** by **BT.Wood(Tang Bo Hao)**
64+
Last updated on **Apr 17, 2025** by **Brian Doyle**
6565

6666
[Previous
6767

scraped_docs/developers_flow_com/build_core_contracts_epoch_contract_reference.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ for a list and documentation for important `FlowEpoch` events.
107107

108108
[Edit this page](https://github.com/onflow/docs/tree/main/docs/build/core-contracts/07-epoch-contract-reference.md)
109109

110-
Last updated on **Apr 15, 2025** by **Brian Doyle**
110+
Last updated on **Apr 17, 2025** by **Brian Doyle**
111111

112112
[Previous
113113

@@ -119,6 +119,8 @@ Non-Fungible Token](/build/core-contracts/non-fungible-token)
119119

120120
😞😐😊
121121

122+
Open in ChatGPT
123+
122124
* [Getting Epoch Info](#getting-epoch-info)
123125
* [Quorum Certificate Transactions and Scripts](#quorum-certificate-transactions-and-scripts)
124126
* [DKG Transactions and Scripts](#dkg-transactions-and-scripts)

scraped_docs/developers_flow_com/build_core_contracts_evm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Mainnet/Testnet Source: [`EVM.cdc`](https://github.com/onflow/flow-go/blob/maste
6262

6363
[Edit this page](https://github.com/onflow/docs/tree/main/docs/build/core-contracts/13-evm.md)
6464

65-
Last updated on **Apr 15, 2025** by **Brian Doyle**
65+
Last updated on **Apr 17, 2025** by **Brian Doyle**
6666

6767
[Previous
6868

scraped_docs/developers_flow_com/build_core_contracts_flow_fees.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ access(all) event MinimumStorageReservationChanged(_ minimumStorageReservation:
137137

138138
[Edit this page](https://github.com/onflow/docs/tree/main/docs/build/core-contracts/05-flow-fees.md)
139139

140-
Last updated on **Apr 15, 2025** by **BT.Wood(Tang Bo Hao)**
140+
Last updated on **Apr 17, 2025** by **Brian Doyle**
141141

142142
[Previous
143143

@@ -149,6 +149,8 @@ Staking Table](/build/core-contracts/staking-contract-reference)
149149

150150
😞😐😊
151151

152+
Open in ChatGPT
153+
152154
* [FlowFees](#flowfees)
153155
+ [Events](#events)
154156
* [FlowStorageFees](#flowstoragefees)

scraped_docs/developers_flow_com/build_core_contracts_fungible_token.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ via the `Burner.burn()` method, this event is emitted with the following argumen
243243

244244
[Edit this page](https://github.com/onflow/docs/tree/main/docs/build/core-contracts/02-fungible-token.md)
245245

246-
Last updated on **Apr 15, 2025** by **Brian Doyle**
246+
Last updated on **Apr 17, 2025** by **Brian Doyle**
247247

248248
[Previous
249249

@@ -255,6 +255,8 @@ Flow Token](/build/core-contracts/flow-token)
255255

256256
😞😐😊
257257

258+
Open in ChatGPT
259+
258260
* [FungibleToken Events](#fungibletoken-events)
259261
+ [FungibleToken.Deposited](#fungibletokendeposited)
260262
+ [FungibleToken.Withdrawn](#fungibletokenwithdrawn)

scraped_docs/developers_flow_com/build_core_contracts_hybrid_custody.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You can see the docs for account linking [here](https://developers.flow.com/buil
5454

5555
[Edit this page](https://github.com/onflow/docs/tree/main/docs/build/core-contracts/12-hybrid-custody.md)
5656

57-
Last updated on **Apr 15, 2025** by **BT.Wood(Tang Bo Hao)**
57+
Last updated on **Apr 17, 2025** by **Brian Doyle**
5858

5959
[Previous
6060

scraped_docs/developers_flow_com/build_core_contracts_nft_metadata.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To optimize your NFT collections for this catalog, you'll need to:
6969

7070
[Edit this page](https://github.com/onflow/docs/tree/main/docs/build/core-contracts/09-nft-metadata.md)
7171

72-
Last updated on **Apr 15, 2025** by **Brian Doyle**
72+
Last updated on **Apr 17, 2025** by **Brian Doyle**
7373

7474
[Previous
7575

0 commit comments

Comments
 (0)