polymarket-alpha-bot
Find alpha, manage positions in Polymarket
파일 탐색기
- guard.py
- lint.py
- api-reference.md
- SKILL.md
- api-reference.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- settings.json
- dashboard-screenshot.png
- __init__.py
- manager.py
- service.py
- storage.py
- __init__.py
- expand.py
- fetch.py
- groups.py
- implications.py
- portfolios.py
- validate.py
- __init__.py
- clob.py
- executor.py
- secure_client.py
- __init__.py
- contracts.py
- encryption.py
- manager.py
- storage.py
- __init__.py
- fees.py
- http_retry.py
- incremental.py
- market_poller.py
- models.py
- paths.py
- runner.py
- state.py
- step_defs.py
- step_tracker.py
- utils.py
- __init__.py
- data.py
- pipeline.py
- portfolio_prices.py
- position_actions.py
- positions.py
- prices.py
- trading.py
- wallet.py
- __init__.py
- clob_websocket.py
- main.py
- portfolio_service.py
- price_aggregation.py
- token_resolver.py
- test_clob.py
- test_deposit_wallet_flows.py
- test_parse_ctf_ids.py
- .python-version
- pyproject.toml
- uv.lock
- foundry.toml
- IntentSettlement.sol
- OTCEscrow.sol
- Wrapped1155.sol
- 01_baseline.py
- 02_transfers.py
- 03_escrow.py
- 04_negrisk.py
- 05_operator.py
- 06_negrisk_trading.py
- 07_intents.py
- anvil.sh
- README.md
- setup_accounts.py
- 01_setup_wallet.py
- 02_unwrap_to_usdc_e.py
- 02_wrap_to_pusd.py
- 03_buy_position.py
- 04_transfer_tokens.py
- .gitignore
- 03_sigtype3_spike.py
- 01_fetch_events.py
- 02_build_groups.py
- 03a_extract_implications.py
- 03b_derive_covers.py
- 04_filter_implications.py
- 05a_expand_to_markets.py
- 05b_validate_candidates.py
- 06_find_portfolios.py
- 07_websocket_prices.py
- 08_new_market_polling.py
- route.ts
- page.tsx
- page.tsx
- page.tsx
- globals.css
- layout.tsx
- page.tsx
- PositionActionsDropdown.tsx
- PositionExpandedDetails.tsx
- PositionsTable.tsx
- PositionTableRow.tsx
- DensityToggle.tsx
- KeyboardShortcutsHelp.tsx
- PipelineDropdown.tsx
- PortfolioTable.tsx
- QuickActions.tsx
- WalletDropdown.tsx
- OrderSettings.tsx
- PortfolioModal.tsx
- PriceFlash.tsx
- Providers.tsx
- Sidebar.tsx
- StatusIndicators.tsx
- api-config.ts
- tier-config.ts
- useFavorites.ts
- useKeyboardShortcuts.ts
- useModelSettings.ts
- usePortfolioPrices.ts
- useWallet.tsx
- pipeline.ts
- portfolio.ts
- format-time.ts
- .prettierignore
- .prettierrc
- eslint.config.mjs
- next.config.js
- package-lock.json
- package.json
- postcss.config.js
- server.js
- tailwind.config.js
- tsconfig.json
- .env.example
- .gitignore
- AGENTS.md
- CLAUDE.md
- LICENSE
- Makefile
- README.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
git checkout
설명 보기 ▼
git checkout
Checkout a branch or paths to the working tree.
git checkout -b {{branch_name}}
Create and switch to a new branch:
git checkout -b {{branch_name}} {{reference}}
Create and switch to a new branch based on a specific reference (branch, remote/branch, tag are examples of valid references):
git checkout {{branch_name}}
Switch to an existing local branch:
// repository documentation
Was this content helpful?
(0 ratings)
