-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1 KB
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
{
"name": "com.blockmaker.sdk",
"version": "1.2.0",
"displayName": "Blockmaker SDK",
"description": "Open-source wallet, auth, NFT, and transaction SDK for Unity games on Algorand. Supports Pera, Defly, MetaMask, and email login.",
"unity": "6000.0",
"author": {
"name": "Blockmaker",
"url": "https://github.com/blockmaker-ai"
},
"keywords": [
"algorand",
"wallet",
"nft",
"web3",
"auth",
"blockchain",
"gamedev",
"pera",
"defly",
"walletconnect"
],
"dependencies": {},
"samples": [
{
"displayName": "Wallet Demo",
"description": "Minimal scene with Connect Wallet button and wallet selection modal",
"path": "Samples~/WalletDemo"
}
],
"_dependencies_note": "This package requires the Reown SDK (WalletConnect v2) for wallet connection features. Install it via the Reown Unity SDK documentation before importing Blockmaker."
}