Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 0 additions & 70 deletions scaffolds.json
Original file line number Diff line number Diff line change
@@ -1,79 +1,9 @@
[
{
"name": "Empty Cadence Project",
"repo": "https://github.com/sideninja/flow-empty-scaffold",
"description": "Empty project containing only basic folder structure and flow.json configuration.",
"commit": "2ba41348c54c60ccc4e7c3a2d46deead17aab2e6"
},
{
"name": "Simple Cadence Project",
"repo": "https://github.com/sideninja/flow-basic-scaffold.git",
"description": "Scaffold contains required folder structure as well as some example Cadence code.",
"commit": "5ea01c5f49a855bd0e91333bcae561d52a0de5ec"
},
{
"name": "Cadence NFT Project",
"repo": "https://github.com/nvdtf/flow-nft-scaffold.git",
"description": "Scaffold contains the ExampleNFT sample NFT contract.",
"commit": "624ffd71bd2f86faf954d251f69d346ddff1446a"
},
{
"name": "Hybrid Custody Project",
"repo": "https://github.com/onflow/hybrid-custody-scaffold",
"description": "Starter for exploring & implementing Hybrid Custody.",
"commit": "1e76638c7b1e37124b8222ccad3cc9dbe84731d5"
},
{
"name": "FCL Web Dapp",
"repo": "https://github.com/chasefleming/fcl-next-scaffold.git",
"description": "Simple TypeScript web application using next.js, FCL, and Cadence.",
"commit": "3a5d4f87eef72cebf45f1c48c51c2b786b28f7b6",
"type": "web"
},
{
"name": "Simple Unity",
"repo": "https://github.com/onflow/UnityFlowSDK.git",
"description": "Simple example demonstrating how to interact with the Flow network using Unity SDK.",
"commit": "d01a4b14a98383c18b4d57e87624cb8dba6d0946",
"folder": "Samples~/FlowControlQuickstartCodeSample",
"type": "unity"
},
{
"name": "Mobile Unity Game",
"repo": "https://github.com/onflow/UnityFlowSDK.git",
"description": "Example words game built on Flow using the Unity SDK.",
"commit": "d01a4b14a98383c18b4d57e87624cb8dba6d0946",
"folder": "Samples~/FlowWords",
"type": "unity"
},
{
"name": "Swift iOS simple example",
"repo": "https://github.com/Outblock/fcl-swift",
"description": "iOS example demonstrating usage of FCL and Flow interactions.",
"commit": "393783732f0eef171469b8239683536df73b7450",
"folder": "Example/FCLDemo",
"type": "mobile"
},
{
"name": "Android simple example",
"repo": "https://github.com/Outblock/fcl-android",
"description": "Android example demonstrating usage of FCL and Flow interactions.",
"commit": "5c68d818e9bccf22409feb9759021e090c055e48",
"folder": "example",
"type": "mobile"
},
{
"name": "FCL React Native Mobile Dapp",
"repo": "https://github.com/jribbink/fcl-react-native-scaffold",
"description": "React Native (Expo) mobile dapp example demonstrating FCL and Flow interactions.",
"commit": "b5c4b3c98d5733a23c0e93b269bb3383a1af2639",
"type": "mobile"
},
{
"name": "FCL PWA",
"repo": "https://github.com/bshahid331/flow-pwa-scaffold",
"description": "Walletless Mobile PWA App demonstrating FCL and Flow interactions.",
"commit": "6796427a02b67340447a9c83dc8bdc2b3b06a8c8",
"type": "web"
}
]