- list: https://ui.8bidou.com/inventory/
- mint: https://ui.8bidou.com/mint/
- token contract:
KT1MxDwChiDwd6WBVs24g1NjERUoK622ZEFphttps://tzkt.io/KT1MxDwChiDwd6WBVs24g1NjERUoK622ZEFp- Storage
- ledger
bigmap:113213 - operators
bigmap:113214 - token_total_supply
bigmap:113215
- ledger
- Storage
Token Contract
- KT1J1bx1ynm3UVgT7ymBPCDEtNEYjoMPcsQg - https://tzkt.io/KT1J1bx1ynm3UVgT7ymBPCDEtNEYjoMPcsQg/operations/
- Storage
- token_metadata
161848 - ledger
161844
- token_metadata
Asset Contract
- KT1SEKxDMTNRpQnb5o2pyiYBKyrH9a8FiB4k - https://tzkt.io/KT1SEKxDMTNRpQnb5o2pyiYBKyrH9a8FiB4k/operations/
Marketplace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
| ; #Warn ; Enable warnings to assist with detecting common errors. | |
| SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
| SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | |
| #p:: ;Windows + P (projector button) | |
| Run cmd /c start /min "" powershell -WindowStyle Hidden -ExecutionPolicy Bypass -File .\ps-touch-toggle.ps1 | |
| return |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Animate Anything in Comfy UI (via the API) with Node (ts) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| setlocal | |
| REM Check for minimum required arguments | |
| if "%~1"=="" ( | |
| echo Usage: %0 source_project destination_project destination_branch [source_branch] | |
| exit /b 1 | |
| ) | |
| REM Assign arguments to variables |
OlderNewer