Skip to content

Commit 1b49068

Browse files
committed
Updates
0 parents  commit 1b49068

File tree

9 files changed

+1559
-0
lines changed

9 files changed

+1559
-0
lines changed

.gitignore

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
pnpm-debug.log*
8+
lerna-debug.log*
9+
10+
node_modules
11+
dist
12+
dist-ssr
13+
*.local
14+
15+
# Editor directories and files
16+
.vscode/*
17+
!.vscode/extensions.json
18+
.idea
19+
.DS_Store
20+
*.suo
21+
*.ntvs*
22+
*.njsproj
23+
*.sln
24+
*.sw?
25+
.ssh

apple-touch-icon.png

6.03 KB
Loading

assets/index-1aeb8eaf.js

Lines changed: 1501 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/index-f6cd27ed.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/png" href="/demo-dapp-with-wallet/apple-touch-icon.png" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<meta property="og:site_name" content="Demo Dapp with @tonkeeper/tonconnect-ui-react">
8+
<title>Demo Dapp with @tonkeeper/tonconnect-ui-react</title>
9+
10+
<!-- <script data-consolejs-channel="57e95ad4-4a89-7cf9-106a-51106eb4d73d" src="https://remotejs.com/agent/agent.js"></script> -->
11+
<script type="module" crossorigin src="/demo-dapp-with-wallet/assets/index-1aeb8eaf.js"></script>
12+
<link rel="stylesheet" href="/demo-dapp-with-wallet/assets/index-f6cd27ed.css">
13+
</head>
14+
<body>
15+
<div id="root"></div>
16+
17+
</body>
18+
</html>

privacy-policy.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Privacy Policy example
2+
...

tc-verify.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"payload": "9hE-Ov4dBR8AAAAAZT_L0NIswgedrN4hc4upm0e9vASVO4nl_MP5hbybtMYIfhkZ"
3+
}

terms-of-use.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Terms of use example
2+
...

tonconnect-manifest.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"url": "https://ton-connect.github.io/demo-dapp-with-wallet/",
3+
"name": "Demo Dapp with wallet",
4+
"iconUrl": "https://ton-connect.github.io/demo-dapp-with-wallet/apple-touch-icon.png",
5+
"termsOfUseUrl": "https://ton-connect.github.io/demo-dapp-with-wallet/terms-of-use.txt",
6+
"privacyPolicyUrl": "https://ton-connect.github.io/demo-dapp-with-wallet/privacy-policy.txt"
7+
}

0 commit comments

Comments
 (0)