baza-mining-app
No description available.
File Explorer
- BazaToken.sol
- farcaster.json
- file.svg
- globe.svg
- logo.png
- logo.svg
- next.svg
- screenshot.png
- thumbnail.png
- thumbnail.svg
- vercel.svg
- window.svg
- generate-manifest.mjs
- try-farcaster-cli.mjs
- verify-baza-token.sh
- BazaToken.json
- PuzzleGame.json
- route.ts
- favicon.ico
- globals.css
- layout.tsx
- page.tsx
- providers-loader.tsx
- providers.tsx
- AddAppPrompt.tsx
- ClaimTokensButton.tsx
- ConnectWallet.tsx
- ShareBonusButtons.tsx
- StreakVisual.tsx
- ThemePicker.tsx
- WrongNetworkPrompt.tsx
- abi.ts
- builderCode.ts
- contracts.ts
- farcasterMiniAppConnector.ts
- uiThemes.ts
- wagmi.ts
- useClicker.ts
- useFarcasterAutoConnect.ts
- useShareBonus.ts
- useUiTheme.ts
- useWalletCapabilities.ts
- builderAttribution.ts
- bzFormat.ts
- daySevenConfetti.ts
- farcasterWrite.ts
- miniAppHost.ts
- share.ts
- site.ts
- walletConnectors.ts
- walletErrors.ts
- .env.example
- .gitignore
- .gitmodules
- AGENTS.md
- CLAUDE.md
- contract
- deployed_address.txt
- DEPLOYMENT_NOTES.md
- eslint.config.mjs
- foundry.toml
- index.html
- next.config.ts
- package-lock.json
- package.json
- postcss.config.mjs
- README.md
- tsconfig.json
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
npm install
View Details ▼
npm install
Install Node packages.
npm {{[i|install]}}
Install dependencies listed in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}
Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
npm run
View Details ▼
npm run
Run a script.
npm run
List available scripts:
npm run {{script_name}}
Run a script:
npm run {{script_name}} -- {{argument}} {{--option}}
Pass arguments to a script:
// repository documentation
Was this content helpful?
(0 ratings)
