forked from onflow/flow-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
scaffolds.json
79 lines (79 loc) · 3.01 KB
/
scaffolds.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
[
{
"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"
}
]