feat: add express server to serve React build and update blockchain utility for token approval

This commit is contained in:
2026-01-05 13:55:37 +09:00
parent 108b78bf64
commit 729d2a7fd3
16 changed files with 114 additions and 12 deletions

8
build/manifest.json Normal file
View File

@@ -0,0 +1,8 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}