@bayybays/stacksone-sdk 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/clarinet.yaml +33 -0
- package/README.md +444 -0
- package/docs/ARCHITECTURE.md +69 -0
- package/docs/CONTRACT_REGISTRY.md +11 -0
- package/docs/MODULE_OVERVIEW.md +38 -0
- package/docs/ROADMAP_Q1_2026.md +21 -0
- package/docs/SECURITY.md +47 -0
- package/docs/devlog.md +925 -0
- package/docs/notes.md +5 -0
- package/eslint.config.js +29 -0
- package/index.html +24 -0
- package/nonce.txt +1 -0
- package/nonce_store/nonce_1.txt +1 -0
- package/nonce_store/nonce_10.txt +1 -0
- package/nonce_store/nonce_2.txt +1 -0
- package/nonce_store/nonce_3.txt +1 -0
- package/nonce_store/nonce_4.txt +1 -0
- package/nonce_store/nonce_5.txt +1 -0
- package/nonce_store/nonce_6.txt +1 -0
- package/nonce_store/nonce_7.txt +1 -0
- package/nonce_store/nonce_8.txt +1 -0
- package/nonce_store/nonce_9.txt +1 -0
- package/package.json +62 -0
- package/package.json.save +60 -0
- package/postcss.config.js +6 -0
- package/public/logo.png +0 -0
- package/public/vite.svg +1 -0
- package/smart-contracts/.gitattributes +3 -0
- package/smart-contracts/.vscode/settings.json +4 -0
- package/smart-contracts/.vscode/tasks.json +19 -0
- package/smart-contracts/Clarinet.toml +11 -0
- package/smart-contracts/Mainnet.toml +5 -0
- package/smart-contracts/contracts/chaintap.clar +200 -0
- package/smart-contracts/contracts/contract-0.clar +35 -0
- package/smart-contracts/contracts/contract-1.clar +26 -0
- package/smart-contracts/contracts/contract-10.clar +31 -0
- package/smart-contracts/contracts/contract-12.clar +50 -0
- package/smart-contracts/contracts/contract-13.clar +25 -0
- package/smart-contracts/contracts/contract-14.clar +14 -0
- package/smart-contracts/contracts/contract-15.clar +20 -0
- package/smart-contracts/contracts/contract-16.clar +22 -0
- package/smart-contracts/contracts/contract-17.clar +23 -0
- package/smart-contracts/contracts/contract-18.clar +30 -0
- package/smart-contracts/contracts/contract-19.clar +49 -0
- package/smart-contracts/contracts/contract-2.clar +34 -0
- package/smart-contracts/contracts/contract-20.clar +7 -0
- package/smart-contracts/contracts/contract-21.clar +17 -0
- package/smart-contracts/contracts/contract-22.clar +23 -0
- package/smart-contracts/contracts/contract-23.clar +41 -0
- package/smart-contracts/contracts/contract-24.clar +30 -0
- package/smart-contracts/contracts/contract-28.clar +34 -0
- package/smart-contracts/contracts/contract-3.clar +36 -0
- package/smart-contracts/contracts/contract-30.clar +21 -0
- package/smart-contracts/contracts/contract-32.clar +26 -0
- package/smart-contracts/contracts/contract-33.clar +43 -0
- package/smart-contracts/contracts/contract-34.clar +29 -0
- package/smart-contracts/contracts/contract-35.clar +17 -0
- package/smart-contracts/contracts/contract-36.clar +47 -0
- package/smart-contracts/contracts/contract-37.clar +33 -0
- package/smart-contracts/contracts/contract-38.clar +26 -0
- package/smart-contracts/contracts/contract-4.clar +16 -0
- package/smart-contracts/contracts/contract-40.clar +19 -0
- package/smart-contracts/contracts/contract-42.clar +26 -0
- package/smart-contracts/contracts/contract-43.clar +23 -0
- package/smart-contracts/contracts/contract-44.clar +47 -0
- package/smart-contracts/contracts/contract-45.clar +32 -0
- package/smart-contracts/contracts/contract-46.clar +31 -0
- package/smart-contracts/contracts/contract-47.clar +33 -0
- package/smart-contracts/contracts/contract-48.clar +16 -0
- package/smart-contracts/contracts/contract-49.clar +36 -0
- package/smart-contracts/contracts/contract-5.clar +17 -0
- package/smart-contracts/contracts/contract-6.clar +52 -0
- package/smart-contracts/contracts/contract-7.clar +6 -0
- package/smart-contracts/contracts/contract-8.clar +27 -0
- package/smart-contracts/contracts/faucet-distributor-v2.clar +133 -0
- package/smart-contracts/contracts/faucet-distributor-v3.clar +129 -0
- package/smart-contracts/contracts/faucet-distributor-v4.clar +86 -0
- package/smart-contracts/contracts/faucet-distributor-v5.clar +90 -0
- package/smart-contracts/contracts/faucet-distributor-v6.clar +123 -0
- package/smart-contracts/contracts/faucet-distributor-v7.clar +88 -0
- package/smart-contracts/contracts/faucet-distributor.clar +64 -0
- package/smart-contracts/contracts/genesis-0.clar +297 -0
- package/smart-contracts/contracts/genesis-1.clar +342 -0
- package/smart-contracts/contracts/genesis-2.clar +297 -0
- package/smart-contracts/contracts/genesis-3.clar +282 -0
- package/smart-contracts/contracts/genesis-4.clar +291 -0
- package/smart-contracts/contracts/genesis-5.clar +276 -0
- package/smart-contracts/contracts/genesis-6.clar +273 -0
- package/smart-contracts/contracts/genesis-7.clar +261 -0
- package/smart-contracts/contracts/genesis-8.clar +279 -0
- package/smart-contracts/contracts/genesis-9.clar +288 -0
- package/smart-contracts/contracts/genesis-ascension-v1.clar +54 -0
- package/smart-contracts/contracts/genesis-badges-v10.clar +72 -0
- package/smart-contracts/contracts/genesis-badges-v4.clar +66 -0
- package/smart-contracts/contracts/genesis-badges-v5.clar +66 -0
- package/smart-contracts/contracts/genesis-badges-v8.clar +88 -0
- package/smart-contracts/contracts/genesis-badges-v9.clar +66 -0
- package/smart-contracts/contracts/genesis-badges.clar +73 -0
- package/smart-contracts/contracts/genesis-boost-v1.clar +58 -0
- package/smart-contracts/contracts/genesis-core-v10.clar +87 -0
- package/smart-contracts/contracts/genesis-core-v2.clar +86 -0
- package/smart-contracts/contracts/genesis-core-v4.clar +80 -0
- package/smart-contracts/contracts/genesis-core-v5.clar +86 -0
- package/smart-contracts/contracts/genesis-core-v6.clar +98 -0
- package/smart-contracts/contracts/genesis-core-v8.clar +106 -0
- package/smart-contracts/contracts/genesis-core-v9.clar +80 -0
- package/smart-contracts/contracts/genesis-core.clar +93 -0
- package/smart-contracts/contracts/genesis-missions-v4.clar +104 -0
- package/smart-contracts/contracts/genesis-missions-v5.clar +86 -0
- package/smart-contracts/contracts/genesis-missions-v6.clar +80 -0
- package/smart-contracts/contracts/genesis-missions-v8.clar +81 -0
- package/smart-contracts/contracts/genesis-missions-v9.clar +73 -0
- package/smart-contracts/contracts/genesis-missions.clar +68 -0
- package/smart-contracts/contracts/mission-mini-001.clar +32 -0
- package/smart-contracts/contracts/mission-mini-002.clar +42 -0
- package/smart-contracts/contracts/mission-mini-003.clar +39 -0
- package/smart-contracts/contracts/mission-mini-004.clar +39 -0
- package/smart-contracts/contracts/mission-mini-005.clar +36 -0
- package/smart-contracts/contracts/modules/genesis-badge-lite-v1.clar +17 -0
- package/smart-contracts/contracts/modules/genesis-counter-v1.clar +21 -0
- package/smart-contracts/contracts/modules/genesis-duel-v1.clar +16 -0
- package/smart-contracts/contracts/modules/genesis-flag-v1.clar +21 -0
- package/smart-contracts/contracts/modules/genesis-leaderboard-v1.clar +88 -0
- package/smart-contracts/contracts/modules/genesis-lucky-v1.clar +16 -0
- package/smart-contracts/contracts/modules/genesis-points-v1.clar +21 -0
- package/smart-contracts/contracts/modules/genesis-predict-v1.clar +14 -0
- package/smart-contracts/contracts/modules/genesis-score-lite-v1.clar +21 -0
- package/smart-contracts/contracts/modules/module-1.clar +2 -0
- package/smart-contracts/contracts/modules/module-10.clar +2 -0
- package/smart-contracts/contracts/modules/module-100.clar +2 -0
- package/smart-contracts/contracts/modules/module-101.clar +2 -0
- package/smart-contracts/contracts/modules/module-102.clar +2 -0
- package/smart-contracts/contracts/modules/module-103.clar +2 -0
- package/smart-contracts/contracts/modules/module-104.clar +2 -0
- package/smart-contracts/contracts/modules/module-105.clar +2 -0
- package/smart-contracts/contracts/modules/module-106.clar +2 -0
- package/smart-contracts/contracts/modules/module-107.clar +2 -0
- package/smart-contracts/contracts/modules/module-108.clar +2 -0
- package/smart-contracts/contracts/modules/module-109.clar +2 -0
- package/smart-contracts/contracts/modules/module-11.clar +2 -0
- package/smart-contracts/contracts/modules/module-110.clar +2 -0
- package/smart-contracts/contracts/modules/module-111.clar +2 -0
- package/smart-contracts/contracts/modules/module-112.clar +2 -0
- package/smart-contracts/contracts/modules/module-113.clar +2 -0
- package/smart-contracts/contracts/modules/module-114.clar +2 -0
- package/smart-contracts/contracts/modules/module-115.clar +2 -0
- package/smart-contracts/contracts/modules/module-116.clar +2 -0
- package/smart-contracts/contracts/modules/module-117.clar +2 -0
- package/smart-contracts/contracts/modules/module-118.clar +2 -0
- package/smart-contracts/contracts/modules/module-119.clar +2 -0
- package/smart-contracts/contracts/modules/module-12.clar +2 -0
- package/smart-contracts/contracts/modules/module-120.clar +2 -0
- package/smart-contracts/contracts/modules/module-121.clar +2 -0
- package/smart-contracts/contracts/modules/module-122.clar +2 -0
- package/smart-contracts/contracts/modules/module-123.clar +2 -0
- package/smart-contracts/contracts/modules/module-124.clar +2 -0
- package/smart-contracts/contracts/modules/module-125.clar +2 -0
- package/smart-contracts/contracts/modules/module-126.clar +2 -0
- package/smart-contracts/contracts/modules/module-127.clar +2 -0
- package/smart-contracts/contracts/modules/module-128.clar +2 -0
- package/smart-contracts/contracts/modules/module-129.clar +2 -0
- package/smart-contracts/contracts/modules/module-13.clar +2 -0
- package/smart-contracts/contracts/modules/module-130.clar +2 -0
- package/smart-contracts/contracts/modules/module-131.clar +2 -0
- package/smart-contracts/contracts/modules/module-132.clar +2 -0
- package/smart-contracts/contracts/modules/module-133.clar +2 -0
- package/smart-contracts/contracts/modules/module-134.clar +2 -0
- package/smart-contracts/contracts/modules/module-135.clar +2 -0
- package/smart-contracts/contracts/modules/module-136.clar +2 -0
- package/smart-contracts/contracts/modules/module-137.clar +2 -0
- package/smart-contracts/contracts/modules/module-138.clar +2 -0
- package/smart-contracts/contracts/modules/module-14.clar +2 -0
- package/smart-contracts/contracts/modules/module-140.clar +2 -0
- package/smart-contracts/contracts/modules/module-141.clar +2 -0
- package/smart-contracts/contracts/modules/module-142.clar +2 -0
- package/smart-contracts/contracts/modules/module-143.clar +2 -0
- package/smart-contracts/contracts/modules/module-144.clar +2 -0
- package/smart-contracts/contracts/modules/module-145.clar +2 -0
- package/smart-contracts/contracts/modules/module-146.clar +2 -0
- package/smart-contracts/contracts/modules/module-147.clar +2 -0
- package/smart-contracts/contracts/modules/module-148.clar +2 -0
- package/smart-contracts/contracts/modules/module-149.clar +2 -0
- package/smart-contracts/contracts/modules/module-15.clar +2 -0
- package/smart-contracts/contracts/modules/module-150.clar +2 -0
- package/smart-contracts/contracts/modules/module-152.clar +2 -0
- package/smart-contracts/contracts/modules/module-153.clar +2 -0
- package/smart-contracts/contracts/modules/module-154.clar +2 -0
- package/smart-contracts/contracts/modules/module-156.clar +2 -0
- package/smart-contracts/contracts/modules/module-157.clar +2 -0
- package/smart-contracts/contracts/modules/module-158.clar +2 -0
- package/smart-contracts/contracts/modules/module-159.clar +2 -0
- package/smart-contracts/contracts/modules/module-16.clar +2 -0
- package/smart-contracts/contracts/modules/module-160.clar +2 -0
- package/smart-contracts/contracts/modules/module-161.clar +2 -0
- package/smart-contracts/contracts/modules/module-162.clar +2 -0
- package/smart-contracts/contracts/modules/module-163.clar +2 -0
- package/smart-contracts/contracts/modules/module-164.clar +2 -0
- package/smart-contracts/contracts/modules/module-165.clar +2 -0
- package/smart-contracts/contracts/modules/module-166.clar +2 -0
- package/smart-contracts/contracts/modules/module-167.clar +2 -0
- package/smart-contracts/contracts/modules/module-168.clar +2 -0
- package/smart-contracts/contracts/modules/module-169.clar +2 -0
- package/smart-contracts/contracts/modules/module-17.clar +2 -0
- package/smart-contracts/contracts/modules/module-171.clar +2 -0
- package/smart-contracts/contracts/modules/module-172.clar +2 -0
- package/smart-contracts/contracts/modules/module-173.clar +2 -0
- package/smart-contracts/contracts/modules/module-174.clar +2 -0
- package/smart-contracts/contracts/modules/module-175.clar +2 -0
- package/smart-contracts/contracts/modules/module-176.clar +2 -0
- package/smart-contracts/contracts/modules/module-178.clar +2 -0
- package/smart-contracts/contracts/modules/module-179.clar +2 -0
- package/smart-contracts/contracts/modules/module-18.clar +2 -0
- package/smart-contracts/contracts/modules/module-180.clar +2 -0
- package/smart-contracts/contracts/modules/module-181.clar +2 -0
- package/smart-contracts/contracts/modules/module-182.clar +2 -0
- package/smart-contracts/contracts/modules/module-183.clar +2 -0
- package/smart-contracts/contracts/modules/module-184.clar +2 -0
- package/smart-contracts/contracts/modules/module-186.clar +2 -0
- package/smart-contracts/contracts/modules/module-188.clar +2 -0
- package/smart-contracts/contracts/modules/module-189.clar +2 -0
- package/smart-contracts/contracts/modules/module-19.clar +2 -0
- package/smart-contracts/contracts/modules/module-190.clar +2 -0
- package/smart-contracts/contracts/modules/module-191.clar +2 -0
- package/smart-contracts/contracts/modules/module-192.clar +2 -0
- package/smart-contracts/contracts/modules/module-193.clar +2 -0
- package/smart-contracts/contracts/modules/module-195.clar +2 -0
- package/smart-contracts/contracts/modules/module-196.clar +2 -0
- package/smart-contracts/contracts/modules/module-197.clar +2 -0
- package/smart-contracts/contracts/modules/module-198.clar +2 -0
- package/smart-contracts/contracts/modules/module-199.clar +2 -0
- package/smart-contracts/contracts/modules/module-2.clar +2 -0
- package/smart-contracts/contracts/modules/module-20.clar +2 -0
- package/smart-contracts/contracts/modules/module-200.clar +2 -0
- package/smart-contracts/contracts/modules/module-201.clar +2 -0
- package/smart-contracts/contracts/modules/module-202.clar +2 -0
- package/smart-contracts/contracts/modules/module-203.clar +2 -0
- package/smart-contracts/contracts/modules/module-204.clar +2 -0
- package/smart-contracts/contracts/modules/module-205.clar +2 -0
- package/smart-contracts/contracts/modules/module-207.clar +2 -0
- package/smart-contracts/contracts/modules/module-209.clar +2 -0
- package/smart-contracts/contracts/modules/module-21.clar +2 -0
- package/smart-contracts/contracts/modules/module-210.clar +2 -0
- package/smart-contracts/contracts/modules/module-212.clar +2 -0
- package/smart-contracts/contracts/modules/module-213.clar +2 -0
- package/smart-contracts/contracts/modules/module-215.clar +2 -0
- package/smart-contracts/contracts/modules/module-216.clar +2 -0
- package/smart-contracts/contracts/modules/module-218.clar +2 -0
- package/smart-contracts/contracts/modules/module-219.clar +2 -0
- package/smart-contracts/contracts/modules/module-22.clar +2 -0
- package/smart-contracts/contracts/modules/module-222.clar +2 -0
- package/smart-contracts/contracts/modules/module-223.clar +2 -0
- package/smart-contracts/contracts/modules/module-224.clar +2 -0
- package/smart-contracts/contracts/modules/module-226.clar +2 -0
- package/smart-contracts/contracts/modules/module-227.clar +2 -0
- package/smart-contracts/contracts/modules/module-228.clar +2 -0
- package/smart-contracts/contracts/modules/module-23.clar +2 -0
- package/smart-contracts/contracts/modules/module-230.clar +2 -0
- package/smart-contracts/contracts/modules/module-231.clar +2 -0
- package/smart-contracts/contracts/modules/module-232.clar +2 -0
- package/smart-contracts/contracts/modules/module-234.clar +2 -0
- package/smart-contracts/contracts/modules/module-235.clar +2 -0
- package/smart-contracts/contracts/modules/module-24.clar +2 -0
- package/smart-contracts/contracts/modules/module-241.clar +2 -0
- package/smart-contracts/contracts/modules/module-243.clar +2 -0
- package/smart-contracts/contracts/modules/module-244.clar +2 -0
- package/smart-contracts/contracts/modules/module-245.clar +2 -0
- package/smart-contracts/contracts/modules/module-246.clar +2 -0
- package/smart-contracts/contracts/modules/module-247.clar +2 -0
- package/smart-contracts/contracts/modules/module-25.clar +2 -0
- package/smart-contracts/contracts/modules/module-251.clar +2 -0
- package/smart-contracts/contracts/modules/module-252.clar +2 -0
- package/smart-contracts/contracts/modules/module-253.clar +2 -0
- package/smart-contracts/contracts/modules/module-254.clar +2 -0
- package/smart-contracts/contracts/modules/module-256.clar +2 -0
- package/smart-contracts/contracts/modules/module-257.clar +2 -0
- package/smart-contracts/contracts/modules/module-258.clar +2 -0
- package/smart-contracts/contracts/modules/module-26.clar +2 -0
- package/smart-contracts/contracts/modules/module-260.clar +2 -0
- package/smart-contracts/contracts/modules/module-262.clar +2 -0
- package/smart-contracts/contracts/modules/module-266.clar +2 -0
- package/smart-contracts/contracts/modules/module-267.clar +2 -0
- package/smart-contracts/contracts/modules/module-269.clar +2 -0
- package/smart-contracts/contracts/modules/module-27.clar +2 -0
- package/smart-contracts/contracts/modules/module-272.clar +2 -0
- package/smart-contracts/contracts/modules/module-275.clar +2 -0
- package/smart-contracts/contracts/modules/module-276.clar +2 -0
- package/smart-contracts/contracts/modules/module-277.clar +2 -0
- package/smart-contracts/contracts/modules/module-279.clar +2 -0
- package/smart-contracts/contracts/modules/module-28.clar +2 -0
- package/smart-contracts/contracts/modules/module-280.clar +2 -0
- package/smart-contracts/contracts/modules/module-282.clar +2 -0
- package/smart-contracts/contracts/modules/module-283.clar +2 -0
- package/smart-contracts/contracts/modules/module-286.clar +2 -0
- package/smart-contracts/contracts/modules/module-29.clar +2 -0
- package/smart-contracts/contracts/modules/module-291.clar +2 -0
- package/smart-contracts/contracts/modules/module-295.clar +2 -0
- package/smart-contracts/contracts/modules/module-296.clar +2 -0
- package/smart-contracts/contracts/modules/module-3.clar +2 -0
- package/smart-contracts/contracts/modules/module-30.clar +2 -0
- package/smart-contracts/contracts/modules/module-31.clar +2 -0
- package/smart-contracts/contracts/modules/module-32.clar +2 -0
- package/smart-contracts/contracts/modules/module-33.clar +2 -0
- package/smart-contracts/contracts/modules/module-34.clar +2 -0
- package/smart-contracts/contracts/modules/module-35.clar +2 -0
- package/smart-contracts/contracts/modules/module-36.clar +2 -0
- package/smart-contracts/contracts/modules/module-37.clar +2 -0
- package/smart-contracts/contracts/modules/module-38.clar +2 -0
- package/smart-contracts/contracts/modules/module-39.clar +2 -0
- package/smart-contracts/contracts/modules/module-4.clar +2 -0
- package/smart-contracts/contracts/modules/module-40.clar +2 -0
- package/smart-contracts/contracts/modules/module-41.clar +2 -0
- package/smart-contracts/contracts/modules/module-42.clar +2 -0
- package/smart-contracts/contracts/modules/module-43.clar +2 -0
- package/smart-contracts/contracts/modules/module-44.clar +2 -0
- package/smart-contracts/contracts/modules/module-45.clar +2 -0
- package/smart-contracts/contracts/modules/module-46.clar +2 -0
- package/smart-contracts/contracts/modules/module-47.clar +2 -0
- package/smart-contracts/contracts/modules/module-48.clar +2 -0
- package/smart-contracts/contracts/modules/module-49.clar +2 -0
- package/smart-contracts/contracts/modules/module-5.clar +2 -0
- package/smart-contracts/contracts/modules/module-50.clar +2 -0
- package/smart-contracts/contracts/modules/module-51.clar +2 -0
- package/smart-contracts/contracts/modules/module-52.clar +2 -0
- package/smart-contracts/contracts/modules/module-53.clar +2 -0
- package/smart-contracts/contracts/modules/module-54.clar +2 -0
- package/smart-contracts/contracts/modules/module-55.clar +2 -0
- package/smart-contracts/contracts/modules/module-56.clar +2 -0
- package/smart-contracts/contracts/modules/module-57.clar +2 -0
- package/smart-contracts/contracts/modules/module-58.clar +2 -0
- package/smart-contracts/contracts/modules/module-59.clar +2 -0
- package/smart-contracts/contracts/modules/module-6.clar +2 -0
- package/smart-contracts/contracts/modules/module-60.clar +2 -0
- package/smart-contracts/contracts/modules/module-61.clar +2 -0
- package/smart-contracts/contracts/modules/module-62.clar +2 -0
- package/smart-contracts/contracts/modules/module-63.clar +2 -0
- package/smart-contracts/contracts/modules/module-64.clar +2 -0
- package/smart-contracts/contracts/modules/module-65.clar +2 -0
- package/smart-contracts/contracts/modules/module-66.clar +2 -0
- package/smart-contracts/contracts/modules/module-67.clar +2 -0
- package/smart-contracts/contracts/modules/module-68.clar +2 -0
- package/smart-contracts/contracts/modules/module-69.clar +2 -0
- package/smart-contracts/contracts/modules/module-7.clar +2 -0
- package/smart-contracts/contracts/modules/module-70.clar +2 -0
- package/smart-contracts/contracts/modules/module-71.clar +2 -0
- package/smart-contracts/contracts/modules/module-72.clar +2 -0
- package/smart-contracts/contracts/modules/module-73.clar +2 -0
- package/smart-contracts/contracts/modules/module-74.clar +2 -0
- package/smart-contracts/contracts/modules/module-75.clar +2 -0
- package/smart-contracts/contracts/modules/module-76.clar +2 -0
- package/smart-contracts/contracts/modules/module-77.clar +2 -0
- package/smart-contracts/contracts/modules/module-78.clar +2 -0
- package/smart-contracts/contracts/modules/module-79.clar +2 -0
- package/smart-contracts/contracts/modules/module-8.clar +2 -0
- package/smart-contracts/contracts/modules/module-80.clar +2 -0
- package/smart-contracts/contracts/modules/module-81.clar +2 -0
- package/smart-contracts/contracts/modules/module-82.clar +2 -0
- package/smart-contracts/contracts/modules/module-83.clar +2 -0
- package/smart-contracts/contracts/modules/module-84.clar +2 -0
- package/smart-contracts/contracts/modules/module-85.clar +2 -0
- package/smart-contracts/contracts/modules/module-86.clar +2 -0
- package/smart-contracts/contracts/modules/module-87.clar +2 -0
- package/smart-contracts/contracts/modules/module-88.clar +2 -0
- package/smart-contracts/contracts/modules/module-89.clar +2 -0
- package/smart-contracts/contracts/modules/module-9.clar +2 -0
- package/smart-contracts/contracts/modules/module-90.clar +2 -0
- package/smart-contracts/contracts/modules/module-91.clar +2 -0
- package/smart-contracts/contracts/modules/module-92.clar +2 -0
- package/smart-contracts/contracts/modules/module-93.clar +2 -0
- package/smart-contracts/contracts/modules/module-94.clar +2 -0
- package/smart-contracts/contracts/modules/module-95.clar +2 -0
- package/smart-contracts/contracts/modules/module-96.clar +2 -0
- package/smart-contracts/contracts/modules/module-97.clar +2 -0
- package/smart-contracts/contracts/modules/module-98.clar +2 -0
- package/smart-contracts/contracts/modules/module-99.clar +2 -0
- package/smart-contracts/contracts/reputation-engine.clar +131 -0
- package/smart-contracts/contracts/sip-010-trait.clar +38 -0
- package/smart-contracts/contracts/staking-refinery-v3.clar +138 -0
- package/smart-contracts/contracts/staking-refinery-v4.clar +125 -0
- package/smart-contracts/contracts/staking-refinery-v5.clar +153 -0
- package/smart-contracts/contracts/staking-refinery-v6.clar +122 -0
- package/smart-contracts/contracts/staking-refinery-v7.clar +144 -0
- package/smart-contracts/contracts/staking-refinery.clar +80 -0
- package/smart-contracts/contracts/token-one-v3.clar +74 -0
- package/smart-contracts/contracts/token-one-v4.clar +51 -0
- package/smart-contracts/contracts/token-one-v5.clar +78 -0
- package/smart-contracts/contracts/token-one-v6.clar +91 -0
- package/smart-contracts/contracts/token-one-v7.clar +79 -0
- package/smart-contracts/contracts/token-one.clar +86 -0
- package/smart-contracts/contracts/token-poin-trait.clar +35 -0
- package/smart-contracts/contracts/token-poin-v3.clar +87 -0
- package/smart-contracts/contracts/token-poin-v4.clar +72 -0
- package/smart-contracts/contracts/token-poin-v5.clar +68 -0
- package/smart-contracts/contracts/token-poin-v6.clar +61 -0
- package/smart-contracts/contracts/token-poin-v7.clar +55 -0
- package/smart-contracts/contracts/token-poin.clar +85 -0
- package/smart-contracts/contracts/utility-gacha.clar +69 -0
- package/smart-contracts/deployments/default.mainnet-plan.yaml +18 -0
- package/smart-contracts/mission-mini-001.clar +0 -0
- package/smart-contracts/mission-mini-002.clar +0 -0
- package/smart-contracts/mission-mini-003.clar +0 -0
- package/smart-contracts/mission-mini-004.clar +0 -0
- package/smart-contracts/mission-mini-005.clar +0 -0
- package/smart-contracts/package-lock.json +2990 -0
- package/smart-contracts/package.json +24 -0
- package/smart-contracts/scripts/interact-modules.ts +1 -0
- package/smart-contracts/settings/Devnet.toml +155 -0
- package/smart-contracts/tests/genesis-badges.test.ts +21 -0
- package/smart-contracts/tests/genesis-core.test.ts +21 -0
- package/smart-contracts/tests/genesis-missions.test.ts +21 -0
- package/smart-contracts/tests/interact-reputation.ts +8 -0
- package/smart-contracts/tests/reputation-engine.test.ts +41 -0
- package/smart-contracts/tests/reputation.test.ts +15 -0
- package/smart-contracts/tests/token-one.test.ts +102 -0
- package/smart-contracts/tsconfig.json +26 -0
- package/smart-contracts/vitest.config.js +42 -0
- package/src/App.css +42 -0
- package/src/App.jsx +357 -0
- package/src/assets/react.svg +1 -0
- package/src/components/Layout.jsx +114 -0
- package/src/helper.js +153 -0
- package/src/index.css +21 -0
- package/src/main.jsx +160 -0
- package/src/pages/Gaming.jsx +177 -0
- package/src/pages/Home.jsx +153 -0
- package/src/pages/LeaderboardCard.tsx +93 -0
- package/src/pages/Profile.jsx +299 -0
- package/src/pages/Tasks.jsx +128 -0
- package/src/pages/Vault.jsx +524 -0
- package/src/polyfills.js +126 -0
- package/src/supabaseClient.js +141 -0
- package/src/utils.js +166 -0
- package/tailwind.config.js +42 -0
- package/temp-log.txt +4 -0
- package/vercel.json +8 -0
- package/vite.config.js +34 -0
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
import { createClient } from '@supabase/supabase-js';
|
|
2
|
+
import { AppConfig, UserSession } from '@stacks/connect';
|
|
3
|
+
|
|
4
|
+
// --- SUPABASE CONFIG ---
|
|
5
|
+
const supabaseUrl = import.meta.env.VITE_SUPABASE_URL;
|
|
6
|
+
const supabaseAnonKey = import.meta.env.VITE_SUPABASE_ANON_KEY;
|
|
7
|
+
|
|
8
|
+
export const supabase = createClient(supabaseUrl, supabaseAnonKey);
|
|
9
|
+
|
|
10
|
+
// --- STACKS SESSION CONFIG (Baru Ditambahkan) ---
|
|
11
|
+
const appConfig = new AppConfig(['store_write', 'publish_data']);
|
|
12
|
+
export const userSession = new UserSession({ appConfig });
|
|
13
|
+
// update 17 at Sel 31 Mar 2026 16:29:32 WIB
|
|
14
|
+
// update 37 at Sel 31 Mar 2026 17:47:12 WIB
|
|
15
|
+
// update 135 at Rab 01 Apr 2026 00:32:40 WIB
|
|
16
|
+
// update 65 at Sab 04 Apr 2026 16:49:30 WIB
|
|
17
|
+
// update 85 at Sab 04 Apr 2026 19:21:57 WIB
|
|
18
|
+
// update 120 at Sab 04 Apr 2026 23:57:25 WIB
|
|
19
|
+
// update 130 at Min 05 Apr 2026 01:07:07 WIB
|
|
20
|
+
// update 131 at Min 05 Apr 2026 01:13:54 WIB
|
|
21
|
+
// update 36 at Min 05 Apr 2026 17:35:11 WIB
|
|
22
|
+
// update 39 at Min 05 Apr 2026 17:58:16 WIB
|
|
23
|
+
// update 46 at Min 05 Apr 2026 18:49:24 WIB
|
|
24
|
+
// update 100 at Sen 06 Apr 2026 01:22:58 WIB
|
|
25
|
+
// update 142 at Sen 06 Apr 2026 06:41:55 WIB
|
|
26
|
+
// update 23 at Sen 06 Apr 2026 20:52:15 WIB
|
|
27
|
+
// update 39 at Sen 06 Apr 2026 22:55:04 WIB
|
|
28
|
+
// update 18 at Rab 08 Apr 2026 12:57:33 WIB
|
|
29
|
+
// update 116 at Kam 09 Apr 2026 01:00:01 WIB
|
|
30
|
+
// update 16 at Kam 09 Apr 2026 10:39:37 WIB
|
|
31
|
+
// update 36 at Kam 09 Apr 2026 13:10:30 WIB
|
|
32
|
+
// update 6 at Sab 11 Apr 2026 14:49:18 WIB
|
|
33
|
+
// update 124 at Min 12 Apr 2026 05:55:54 WIB
|
|
34
|
+
// update 147 at Min 12 Apr 2026 08:51:39 WIB
|
|
35
|
+
// update 19 at Min 12 Apr 2026 20:09:17 WIB
|
|
36
|
+
// update 90 at Sen 13 Apr 2026 17:55:26 WIB
|
|
37
|
+
// update 20 at Rab 15 Apr 2026 10:46:08 WIB
|
|
38
|
+
// update 29 at Rab 15 Apr 2026 11:44:37 WIB
|
|
39
|
+
// update 30 at Rab 15 Apr 2026 11:49:52 WIB
|
|
40
|
+
// update 69 at Kam 16 Apr 2026 05:54:24 WIB
|
|
41
|
+
// update 110 at Kam 16 Apr 2026 09:59:23 WIB
|
|
42
|
+
// update 29 at Kam 16 Apr 2026 17:30:55 WIB
|
|
43
|
+
// update 4 at Kam 16 Apr 2026 18:47:26 WIB
|
|
44
|
+
// update 23 at Kam 16 Apr 2026 20:37:46 WIB
|
|
45
|
+
// update 40 at Kam 16 Apr 2026 22:27:00 WIB
|
|
46
|
+
// update 68 at Jum 17 Apr 2026 01:15:22 WIB
|
|
47
|
+
// update 89 at Jum 17 Apr 2026 03:11:24 WIB
|
|
48
|
+
// update 10 at Jum 17 Apr 2026 12:20:13 WIB
|
|
49
|
+
// update 3 at Sab 18 Apr 2026 08:55:21 WIB
|
|
50
|
+
// update 7 at Sab 18 Apr 2026 09:22:29 WIB
|
|
51
|
+
// update 9 at Sab 18 Apr 2026 10:34:22 WIB
|
|
52
|
+
// update 39 at Sab 18 Apr 2026 13:45:10 WIB
|
|
53
|
+
// update 57 at Sab 18 Apr 2026 15:50:51 WIB
|
|
54
|
+
// update 101 at Sab 18 Apr 2026 20:31:18 WIB
|
|
55
|
+
// update 158 at Min 19 Apr 2026 02:41:44 WIB
|
|
56
|
+
// update 190 at Min 19 Apr 2026 06:04:52 WIB
|
|
57
|
+
// update 211 at Min 19 Apr 2026 08:21:04 WIB
|
|
58
|
+
// update 229 at Min 19 Apr 2026 10:10:44 WIB
|
|
59
|
+
// update 243 at Min 19 Apr 2026 11:39:09 WIB
|
|
60
|
+
// update 264 at Min 19 Apr 2026 13:50:07 WIB
|
|
61
|
+
// update 267 at Min 19 Apr 2026 14:09:31 WIB
|
|
62
|
+
// update 7 at Min 19 Apr 2026 17:08:18 WIB
|
|
63
|
+
// update 9 at Min 19 Apr 2026 17:18:46 WIB
|
|
64
|
+
// update 113 at Sen 20 Apr 2026 04:47:20 WIB
|
|
65
|
+
// update 138 at Sen 20 Apr 2026 07:24:58 WIB
|
|
66
|
+
// update 198 at Sen 20 Apr 2026 13:38:53 WIB
|
|
67
|
+
// update 16 at Sen 20 Apr 2026 16:19:44 WIB
|
|
68
|
+
// update 30 at Sen 20 Apr 2026 17:48:38 WIB
|
|
69
|
+
// update 32 at Sen 20 Apr 2026 18:02:25 WIB
|
|
70
|
+
// update 67 at Sen 20 Apr 2026 22:02:31 WIB
|
|
71
|
+
// update 174 at Sel 21 Apr 2026 09:17:12 WIB
|
|
72
|
+
// update 73 at Sel 21 Apr 2026 21:06:36 WIB
|
|
73
|
+
// update 79 at Sel 21 Apr 2026 21:50:09 WIB
|
|
74
|
+
// update 104 at Rab 22 Apr 2026 00:42:02 WIB
|
|
75
|
+
// update 131 at Rab 22 Apr 2026 03:40:54 WIB
|
|
76
|
+
// update 164 at Rab 22 Apr 2026 07:21:00 WIB
|
|
77
|
+
// update 172 at Rab 22 Apr 2026 08:08:55 WIB
|
|
78
|
+
// update 181 at Rab 22 Apr 2026 09:05:14 WIB
|
|
79
|
+
// update 182 at Rab 22 Apr 2026 09:12:13 WIB
|
|
80
|
+
// update 50 at Rab 22 Apr 2026 20:02:20 WIB
|
|
81
|
+
// update 61 at Rab 22 Apr 2026 21:11:54 WIB
|
|
82
|
+
// update 3 at Rab 22 Apr 2026 23:22:35 WIB
|
|
83
|
+
// update 78 at Kam 23 Apr 2026 07:28:52 WIB
|
|
84
|
+
// update 89 at Kam 23 Apr 2026 08:39:49 WIB
|
|
85
|
+
// update 1 at Kam 23 Apr 2026 08:44:44 WIB
|
|
86
|
+
// update 18 at Kam 23 Apr 2026 10:06:33 WIB
|
|
87
|
+
// update 31 at Kam 23 Apr 2026 15:48:09 WIB
|
|
88
|
+
// update 71 at Kam 23 Apr 2026 19:12:04 WIB
|
|
89
|
+
// update 91 at Kam 23 Apr 2026 20:55:28 WIB
|
|
90
|
+
// update 120 at Kam 23 Apr 2026 23:14:31 WIB
|
|
91
|
+
// update 130 at Kam 23 Apr 2026 23:58:51 WIB
|
|
92
|
+
// update 170 at Jum 24 Apr 2026 03:22:30 WIB
|
|
93
|
+
// update 173 at Jum 24 Apr 2026 03:35:08 WIB
|
|
94
|
+
// update 45 at Jum 24 Apr 2026 12:09:41 WIB
|
|
95
|
+
// update 189 at Sab 25 Apr 2026 07:41:24 WIB
|
|
96
|
+
// update 13 at Sab 25 Apr 2026 11:39:43 WIB
|
|
97
|
+
// update 24 at Sab 25 Apr 2026 12:37:50 WIB
|
|
98
|
+
// update 59 at Sab 25 Apr 2026 15:33:31 WIB
|
|
99
|
+
// update 75 at Sab 25 Apr 2026 16:56:45 WIB
|
|
100
|
+
// update 82 at Sab 25 Apr 2026 17:33:23 WIB
|
|
101
|
+
// update 85 at Sab 25 Apr 2026 17:50:42 WIB
|
|
102
|
+
// update 123 at Sab 25 Apr 2026 21:04:52 WIB
|
|
103
|
+
// update 135 at Sab 25 Apr 2026 22:06:56 WIB
|
|
104
|
+
// update 86 at Sen 27 Apr 2026 19:45:30 WIB
|
|
105
|
+
// update 120 at Sen 27 Apr 2026 22:36:13 WIB
|
|
106
|
+
// update 134 at Sen 27 Apr 2026 23:43:21 WIB
|
|
107
|
+
// update 135 at Sen 27 Apr 2026 23:47:10 WIB
|
|
108
|
+
// update 37 at Sel 28 Apr 2026 03:17:36 WIB
|
|
109
|
+
// update 41 at Sel 28 Apr 2026 03:40:18 WIB
|
|
110
|
+
// update 148 at Sel 28 Apr 2026 12:40:09 WIB
|
|
111
|
+
// update 155 at Sel 28 Apr 2026 13:22:34 WIB
|
|
112
|
+
// update 162 at Sel 28 Apr 2026 13:58:43 WIB
|
|
113
|
+
// update 244 at Sel 28 Apr 2026 20:59:06 WIB
|
|
114
|
+
// update 267 at Sel 28 Apr 2026 22:52:17 WIB
|
|
115
|
+
// update 275 at Sel 28 Apr 2026 23:29:12 WIB
|
|
116
|
+
// update 293 at Rab 29 Apr 2026 01:02:51 WIB
|
|
117
|
+
// update 23 at Rab 29 Apr 2026 11:45:40 WIB
|
|
118
|
+
// update 34 at Rab 29 Apr 2026 12:42:28 WIB
|
|
119
|
+
// update 3 at Rab 29 Apr 2026 13:21:24 WIB
|
|
120
|
+
// update 94 at Kam 30 Apr 2026 09:26:55 WIB
|
|
121
|
+
// update 99 at Kam 30 Apr 2026 09:52:50 WIB
|
|
122
|
+
// update 182 at Kam 30 Apr 2026 16:46:41 WIB
|
|
123
|
+
// update 186 at Kam 30 Apr 2026 17:04:29 WIB
|
|
124
|
+
// update 218 at Kam 30 Apr 2026 19:50:22 WIB
|
|
125
|
+
// update 106 at Jum 01 Mei 2026 11:29:10 WIB
|
|
126
|
+
// update 107 at Jum 01 Mei 2026 11:35:08 WIB
|
|
127
|
+
// update 17 at Jum 01 Mei 2026 15:22:25 WIB
|
|
128
|
+
// update 47 at Jum 01 Mei 2026 17:57:01 WIB
|
|
129
|
+
// update 97 at Jum 01 Mei 2026 22:09:45 WIB
|
|
130
|
+
// update 108 at Jum 01 Mei 2026 23:02:16 WIB
|
|
131
|
+
// update 130 at Sab 02 Mei 2026 01:00:38 WIB
|
|
132
|
+
// update 148 at Sab 02 Mei 2026 02:27:52 WIB
|
|
133
|
+
// update 157 at Sab 02 Mei 2026 03:12:47 WIB
|
|
134
|
+
// update 211 at Sab 02 Mei 2026 07:51:21 WIB
|
|
135
|
+
// update 266 at Sab 02 Mei 2026 12:37:50 WIB
|
|
136
|
+
// update 289 at Sab 02 Mei 2026 14:25:18 WIB
|
|
137
|
+
// update 56 at Min 03 Mei 2026 21:58:57 WIB
|
|
138
|
+
// update 78 at Min 03 Mei 2026 23:48:55 WIB
|
|
139
|
+
// update 119 at Sen 04 Mei 2026 03:07:49 WIB
|
|
140
|
+
// update 144 at Sen 04 Mei 2026 05:11:33 WIB
|
|
141
|
+
// update 194 at Sen 04 Mei 2026 09:28:25 WIB
|
package/src/utils.js
ADDED
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
// updated at Sel 31 Mar 2026 08:37:33 WIB
|
|
2
|
+
// update 2 at Min 29 Mar 2026 20:25:34 WIB
|
|
3
|
+
// update 5 at Min 29 Mar 2026 20:27:03 WIB
|
|
4
|
+
// update 12 at Min 29 Mar 2026 20:31:13 WIB
|
|
5
|
+
// update 15 at Min 29 Mar 2026 20:32:46 WIB
|
|
6
|
+
// update 11 at Min 29 Mar 2026 22:02:11 WIB
|
|
7
|
+
// update 47 at Sen 30 Mar 2026 03:31:56 WIB
|
|
8
|
+
// update 52 at Sen 30 Mar 2026 03:58:27 WIB
|
|
9
|
+
// update 59 at Sen 30 Mar 2026 05:00:13 WIB
|
|
10
|
+
// update 114 at Sen 30 Mar 2026 13:22:09 WIB
|
|
11
|
+
// update 141 at Sen 30 Mar 2026 17:42:29 WIB
|
|
12
|
+
// update 167 at Sen 30 Mar 2026 21:29:34 WIB
|
|
13
|
+
// update 1 at Sen 30 Mar 2026 22:26:51 WIB
|
|
14
|
+
// update 5 at Sen 30 Mar 2026 22:50:33 WIB
|
|
15
|
+
// update 32 at Sel 31 Mar 2026 11:18:33 WIB
|
|
16
|
+
// update 50 at Sel 31 Mar 2026 12:31:17 WIB
|
|
17
|
+
// update 72 at Sel 31 Mar 2026 13:58:14 WIB
|
|
18
|
+
// update 7 at Sel 31 Mar 2026 15:44:38 WIB
|
|
19
|
+
// update 20 at Sel 31 Mar 2026 16:40:45 WIB
|
|
20
|
+
// update 29 at Sab 04 Apr 2026 12:20:36 WIB
|
|
21
|
+
// update 49 at Sab 04 Apr 2026 14:46:17 WIB
|
|
22
|
+
// update 50 at Sab 04 Apr 2026 14:53:09 WIB
|
|
23
|
+
// update 63 at Sab 04 Apr 2026 16:34:16 WIB
|
|
24
|
+
// update 119 at Sab 04 Apr 2026 23:50:05 WIB
|
|
25
|
+
// update 26 at Min 05 Apr 2026 16:25:41 WIB
|
|
26
|
+
// update 38 at Min 05 Apr 2026 17:52:13 WIB
|
|
27
|
+
// update 48 at Min 05 Apr 2026 19:04:45 WIB
|
|
28
|
+
// update 123 at Sen 06 Apr 2026 04:16:36 WIB
|
|
29
|
+
// update 127 at Sen 06 Apr 2026 04:44:59 WIB
|
|
30
|
+
// update 101 at Sel 07 Apr 2026 06:35:43 WIB
|
|
31
|
+
// update 106 at Sel 07 Apr 2026 07:16:29 WIB
|
|
32
|
+
// update 6 at Rab 08 Apr 2026 11:34:39 WIB
|
|
33
|
+
// update 9 at Rab 08 Apr 2026 11:52:10 WIB
|
|
34
|
+
// update 39 at Rab 08 Apr 2026 15:34:36 WIB
|
|
35
|
+
// update 82 at Rab 08 Apr 2026 20:49:35 WIB
|
|
36
|
+
// update 92 at Rab 08 Apr 2026 21:59:45 WIB
|
|
37
|
+
// update 94 at Rab 08 Apr 2026 22:13:23 WIB
|
|
38
|
+
// update 27 at Jum 10 Apr 2026 14:34:05 WIB
|
|
39
|
+
// update 81 at Jum 10 Apr 2026 21:12:30 WIB
|
|
40
|
+
// update 61 at Sab 11 Apr 2026 21:40:36 WIB
|
|
41
|
+
// update 100 at Min 12 Apr 2026 02:50:06 WIB
|
|
42
|
+
// update 138 at Min 12 Apr 2026 07:37:22 WIB
|
|
43
|
+
// update 148 at Min 12 Apr 2026 09:00:19 WIB
|
|
44
|
+
// update 77 at Sen 13 Apr 2026 16:44:51 WIB
|
|
45
|
+
// update 85 at Sen 13 Apr 2026 17:29:16 WIB
|
|
46
|
+
// update 4 at Sel 14 Apr 2026 08:51:38 WIB
|
|
47
|
+
// update 7 at Sel 14 Apr 2026 09:09:16 WIB
|
|
48
|
+
// update 12 at Sel 14 Apr 2026 09:34:21 WIB
|
|
49
|
+
// update 2 at Rab 15 Apr 2026 08:26:24 WIB
|
|
50
|
+
// update 17 at Rab 15 Apr 2026 10:26:34 WIB
|
|
51
|
+
// update 6 at Rab 15 Apr 2026 23:34:14 WIB
|
|
52
|
+
// update 21 at Kam 16 Apr 2026 01:05:29 WIB
|
|
53
|
+
// update 62 at Kam 16 Apr 2026 05:11:23 WIB
|
|
54
|
+
// update 68 at Kam 16 Apr 2026 05:48:05 WIB
|
|
55
|
+
// update 78 at Kam 16 Apr 2026 06:48:56 WIB
|
|
56
|
+
// update 82 at Kam 16 Apr 2026 07:09:30 WIB
|
|
57
|
+
// update 114 at Kam 16 Apr 2026 10:29:47 WIB
|
|
58
|
+
// update 19 at Kam 16 Apr 2026 20:13:14 WIB
|
|
59
|
+
// update 117 at Jum 17 Apr 2026 06:07:35 WIB
|
|
60
|
+
// update 137 at Jum 17 Apr 2026 08:08:05 WIB
|
|
61
|
+
// update 12 at Jum 17 Apr 2026 12:32:54 WIB
|
|
62
|
+
// update 29 at Sab 18 Apr 2026 12:41:19 WIB
|
|
63
|
+
// update 33 at Sab 18 Apr 2026 13:07:44 WIB
|
|
64
|
+
// update 97 at Sab 18 Apr 2026 20:07:55 WIB
|
|
65
|
+
// update 105 at Sab 18 Apr 2026 20:57:13 WIB
|
|
66
|
+
// update 140 at Min 19 Apr 2026 00:45:22 WIB
|
|
67
|
+
// update 203 at Min 19 Apr 2026 07:27:14 WIB
|
|
68
|
+
// update 237 at Min 19 Apr 2026 11:00:39 WIB
|
|
69
|
+
// update 253 at Min 19 Apr 2026 12:39:10 WIB
|
|
70
|
+
// update 273 at Min 19 Apr 2026 14:54:23 WIB
|
|
71
|
+
// update 2 at Min 19 Apr 2026 16:36:48 WIB
|
|
72
|
+
// update 34 at Min 19 Apr 2026 20:06:20 WIB
|
|
73
|
+
// update 51 at Min 19 Apr 2026 22:00:34 WIB
|
|
74
|
+
// update 142 at Sen 20 Apr 2026 07:48:16 WIB
|
|
75
|
+
// update 150 at Sen 20 Apr 2026 08:37:51 WIB
|
|
76
|
+
// update 151 at Sen 20 Apr 2026 08:44:54 WIB
|
|
77
|
+
// update 160 at Sen 20 Apr 2026 09:47:43 WIB
|
|
78
|
+
// update 185 at Sen 20 Apr 2026 12:23:30 WIB
|
|
79
|
+
// update 203 at Sen 20 Apr 2026 14:13:01 WIB
|
|
80
|
+
// update 39 at Sen 20 Apr 2026 18:48:42 WIB
|
|
81
|
+
// update 106 at Sel 21 Apr 2026 02:13:02 WIB
|
|
82
|
+
// update 190 at Sel 21 Apr 2026 11:09:26 WIB
|
|
83
|
+
// update 196 at Sel 21 Apr 2026 11:52:46 WIB
|
|
84
|
+
// update 11 at Sel 21 Apr 2026 14:43:40 WIB
|
|
85
|
+
// update 34 at Sel 21 Apr 2026 17:09:38 WIB
|
|
86
|
+
// update 41 at Sel 21 Apr 2026 17:56:58 WIB
|
|
87
|
+
// update 43 at Sel 21 Apr 2026 18:06:50 WIB
|
|
88
|
+
// update 50 at Sel 21 Apr 2026 18:46:19 WIB
|
|
89
|
+
// update 54 at Sel 21 Apr 2026 19:12:34 WIB
|
|
90
|
+
// update 64 at Sel 21 Apr 2026 20:09:44 WIB
|
|
91
|
+
// update 100 at Rab 22 Apr 2026 00:09:52 WIB
|
|
92
|
+
// update 141 at Rab 22 Apr 2026 04:49:39 WIB
|
|
93
|
+
// update 177 at Rab 22 Apr 2026 08:37:40 WIB
|
|
94
|
+
// update 10 at Rab 22 Apr 2026 15:34:17 WIB
|
|
95
|
+
// update 30 at Rab 22 Apr 2026 17:56:07 WIB
|
|
96
|
+
// update 16 at Kam 23 Apr 2026 00:45:10 WIB
|
|
97
|
+
// update 18 at Kam 23 Apr 2026 00:59:15 WIB
|
|
98
|
+
// update 57 at Kam 23 Apr 2026 05:08:50 WIB
|
|
99
|
+
// update 83 at Kam 23 Apr 2026 07:57:13 WIB
|
|
100
|
+
// update 49 at Kam 23 Apr 2026 12:30:50 WIB
|
|
101
|
+
// update 46 at Kam 23 Apr 2026 17:07:15 WIB
|
|
102
|
+
// update 81 at Kam 23 Apr 2026 20:05:28 WIB
|
|
103
|
+
// update 135 at Jum 24 Apr 2026 00:28:53 WIB
|
|
104
|
+
// update 204 at Jum 24 Apr 2026 06:19:49 WIB
|
|
105
|
+
// update 2 at Jum 24 Apr 2026 08:24:15 WIB
|
|
106
|
+
// update 33 at Jum 24 Apr 2026 15:00:51 WIB
|
|
107
|
+
// update 35 at Jum 24 Apr 2026 15:13:49 WIB
|
|
108
|
+
// update 5 at Jum 24 Apr 2026 16:01:08 WIB
|
|
109
|
+
// update 33 at Jum 24 Apr 2026 18:14:37 WIB
|
|
110
|
+
// update 37 at Jum 24 Apr 2026 18:36:41 WIB
|
|
111
|
+
// update 73 at Jum 24 Apr 2026 21:54:35 WIB
|
|
112
|
+
// update 153 at Sab 25 Apr 2026 04:34:48 WIB
|
|
113
|
+
// update 176 at Sab 25 Apr 2026 06:33:31 WIB
|
|
114
|
+
// update 184 at Sab 25 Apr 2026 07:15:51 WIB
|
|
115
|
+
// update 187 at Sab 25 Apr 2026 07:32:00 WIB
|
|
116
|
+
// update 192 at Sab 25 Apr 2026 07:55:40 WIB
|
|
117
|
+
// update 208 at Sab 25 Apr 2026 09:19:07 WIB
|
|
118
|
+
// update 10 at Sab 25 Apr 2026 11:26:43 WIB
|
|
119
|
+
// update 49 at Sab 25 Apr 2026 14:43:27 WIB
|
|
120
|
+
// update 223 at Min 26 Apr 2026 05:22:34 WIB
|
|
121
|
+
// update 225 at Min 26 Apr 2026 05:33:49 WIB
|
|
122
|
+
// update 249 at Min 26 Apr 2026 07:29:14 WIB
|
|
123
|
+
// update 252 at Min 26 Apr 2026 07:40:08 WIB
|
|
124
|
+
// update 285 at Min 26 Apr 2026 10:24:24 WIB
|
|
125
|
+
// update 44 at Sen 27 Apr 2026 16:11:36 WIB
|
|
126
|
+
// update 49 at Sen 27 Apr 2026 16:38:22 WIB
|
|
127
|
+
// update 99 at Sen 27 Apr 2026 20:49:35 WIB
|
|
128
|
+
// update 62 at Sel 28 Apr 2026 05:22:42 WIB
|
|
129
|
+
// update 187 at Sel 28 Apr 2026 16:00:51 WIB
|
|
130
|
+
// update 241 at Sel 28 Apr 2026 20:43:22 WIB
|
|
131
|
+
// update 261 at Sel 28 Apr 2026 22:21:55 WIB
|
|
132
|
+
// update 263 at Sel 28 Apr 2026 22:30:49 WIB
|
|
133
|
+
// update 266 at Sel 28 Apr 2026 22:45:24 WIB
|
|
134
|
+
// update 268 at Sel 28 Apr 2026 22:56:20 WIB
|
|
135
|
+
// update 283 at Rab 29 Apr 2026 00:12:26 WIB
|
|
136
|
+
// update 14 at Rab 29 Apr 2026 11:00:52 WIB
|
|
137
|
+
// update 16 at Rab 29 Apr 2026 11:11:02 WIB
|
|
138
|
+
// update 4 at Kam 30 Apr 2026 02:07:05 WIB
|
|
139
|
+
// update 28 at Kam 30 Apr 2026 04:06:19 WIB
|
|
140
|
+
// update 109 at Kam 30 Apr 2026 10:42:41 WIB
|
|
141
|
+
// update 170 at Kam 30 Apr 2026 15:45:35 WIB
|
|
142
|
+
// update 216 at Kam 30 Apr 2026 19:39:17 WIB
|
|
143
|
+
// update 225 at Kam 30 Apr 2026 20:24:30 WIB
|
|
144
|
+
// update 230 at Kam 30 Apr 2026 20:50:16 WIB
|
|
145
|
+
// update 7 at Jum 01 Mei 2026 00:39:21 WIB
|
|
146
|
+
// update 12 at Jum 01 Mei 2026 03:17:05 WIB
|
|
147
|
+
// update 44 at Jum 01 Mei 2026 06:11:16 WIB
|
|
148
|
+
// update 101 at Jum 01 Mei 2026 11:02:50 WIB
|
|
149
|
+
// update 111 at Jum 01 Mei 2026 11:57:27 WIB
|
|
150
|
+
// update 117 at Jum 01 Mei 2026 12:28:17 WIB
|
|
151
|
+
// update 132 at Jum 01 Mei 2026 13:46:21 WIB
|
|
152
|
+
// update 64 at Jum 01 Mei 2026 19:24:19 WIB
|
|
153
|
+
// update 126 at Sab 02 Mei 2026 00:38:59 WIB
|
|
154
|
+
// update 150 at Sab 02 Mei 2026 02:39:53 WIB
|
|
155
|
+
// update 189 at Sab 02 Mei 2026 05:56:41 WIB
|
|
156
|
+
// update 241 at Sab 02 Mei 2026 10:31:07 WIB
|
|
157
|
+
// update 263 at Sab 02 Mei 2026 12:25:24 WIB
|
|
158
|
+
// update 297 at Sab 02 Mei 2026 15:04:40 WIB
|
|
159
|
+
// update 34 at Min 03 Mei 2026 20:04:26 WIB
|
|
160
|
+
// update 35 at Min 03 Mei 2026 20:10:09 WIB
|
|
161
|
+
// update 64 at Min 03 Mei 2026 22:41:02 WIB
|
|
162
|
+
// update 147 at Sen 04 Mei 2026 05:29:40 WIB
|
|
163
|
+
// update 171 at Sen 04 Mei 2026 07:31:08 WIB
|
|
164
|
+
// update 174 at Sen 04 Mei 2026 07:47:50 WIB
|
|
165
|
+
// update 191 at Sen 04 Mei 2026 09:14:46 WIB
|
|
166
|
+
// update 8 at Sen 04 Mei 2026 11:12:37 WIB
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/** @type {import('tailwindcss').Config} */
|
|
2
|
+
export default {
|
|
3
|
+
content: [
|
|
4
|
+
"./index.html",
|
|
5
|
+
"./src/**/*.{js,ts,jsx,tsx}",
|
|
6
|
+
],
|
|
7
|
+
theme: {
|
|
8
|
+
extend: {
|
|
9
|
+
colors: {
|
|
10
|
+
'app-bg': '#09090b', // Zinc 950 (Latar belakang utama)
|
|
11
|
+
'app-card': '#18181b', // Zinc 900 (Warna Kartu/Panel)
|
|
12
|
+
'app-border': '#27272a', // Zinc 800 (Warna Garis Tepi)
|
|
13
|
+
'app-accent': '#2563eb', // Blue 600 (Aksen profesional)
|
|
14
|
+
'app-muted': '#a1a1aa', // Zinc 400 (Teks sekunder)
|
|
15
|
+
},
|
|
16
|
+
fontFamily: {
|
|
17
|
+
sans: ['Inter', 'system-ui', 'sans-serif'],
|
|
18
|
+
mono: ['ui-monospace', 'SFMono-Regular', 'Menlo', 'monospace'],
|
|
19
|
+
},
|
|
20
|
+
animation: {
|
|
21
|
+
'fade-in': 'fadeIn 0.5s ease-out forwards',
|
|
22
|
+
'slide-up': 'slideUp 0.4s ease-out forwards',
|
|
23
|
+
'pulse-subtle': 'pulseSubtle 3s ease-in-out infinite',
|
|
24
|
+
},
|
|
25
|
+
keyframes: {
|
|
26
|
+
fadeIn: {
|
|
27
|
+
'0%': { opacity: '0' },
|
|
28
|
+
'100%': { opacity: '1' },
|
|
29
|
+
},
|
|
30
|
+
slideUp: {
|
|
31
|
+
'0%': { opacity: '0', transform: 'translateY(15px)' },
|
|
32
|
+
'100%': { opacity: '1', transform: 'translateY(0)' },
|
|
33
|
+
},
|
|
34
|
+
pulseSubtle: {
|
|
35
|
+
'0%, 100%': { opacity: '1' },
|
|
36
|
+
'50%': { opacity: '0.7' },
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
},
|
|
41
|
+
plugins: [],
|
|
42
|
+
}
|
package/temp-log.txt
ADDED
package/vercel.json
ADDED
package/vite.config.js
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { defineConfig } from 'vite'
|
|
2
|
+
import react from '@vitejs/plugin-react'
|
|
3
|
+
import { nodePolyfills } from 'vite-plugin-node-polyfills'
|
|
4
|
+
|
|
5
|
+
// https://vitejs.dev/config/
|
|
6
|
+
export default defineConfig({
|
|
7
|
+
resolve: {
|
|
8
|
+
alias: {
|
|
9
|
+
stream: 'stream-browserify',
|
|
10
|
+
buffer: 'buffer',
|
|
11
|
+
},
|
|
12
|
+
// FIX: Paksa penggunaan satu instance library Stacks untuk mencegah error "Invalid Clarity Value" dan "Export missing"
|
|
13
|
+
dedupe: [
|
|
14
|
+
'@stacks/transactions',
|
|
15
|
+
'@stacks/network',
|
|
16
|
+
'@stacks/common',
|
|
17
|
+
'@stacks/connect',
|
|
18
|
+
'@stacks/auth',
|
|
19
|
+
'@stacks/encryption' // <--- DITAMBAHKAN
|
|
20
|
+
],
|
|
21
|
+
},
|
|
22
|
+
plugins: [
|
|
23
|
+
react(),
|
|
24
|
+
nodePolyfills({
|
|
25
|
+
include: ['buffer', 'stream', 'util', 'process'],
|
|
26
|
+
globals: {
|
|
27
|
+
Buffer: true,
|
|
28
|
+
global: true,
|
|
29
|
+
process: true,
|
|
30
|
+
},
|
|
31
|
+
protocolImports: true,
|
|
32
|
+
}),
|
|
33
|
+
],
|
|
34
|
+
})
|