docs
The official docs for Haqq Network
파일 탐색기
- spelling.yml
- _category_.json
- index.md
- methods.md
- _category_.json
- cosmos-grpc-rest.md
- index.md
- networks.md
- swagger.md
- tendermint.md
- crosschain.md
- explores.md
- faucet.md
- haqqwallet.md
- ibc.md
- index.mdx
- whitelisttoken.md
- README.mdx
- _accounts.md
- _category_.json
- disk-optimization.md
- faq.md
- kms.md
- restake.md
- security-best-practices.md
- security-checklist.md
- security.md
- bank.md
- coinomics.md
- epochs.md
- erc20.md
- evm.md
- feemarket.md
- ibc.md
- index.md
- liquidvesting.md
- vesting.md
- index.md
- mainnet-from-archive.md
- mainnet-from-snapshot.md
- mainnet-state-sync.md
- testnet.md
- _category_.json
- automated.md
- rollback.md
- _category_.json
- index.mdx
- module-accounts.md
- run-a-ibc-relayer.md
- run-a-validator.md
- _category_.json
- contractaddress.md
- index.mdx
- evergreen.md
- index.mdx
- shariah.md
- shell.md
- vesting.md
- wallet.mdx
- _getting-started.mdx
- faq.md
- glossary.mdx
- index.mdx
- token.md
- _category_.json
- index.mdx
- Keplr.mdx
- Ledger.mdx
- Metamask.mdx
- crosschainswap.mdx
- index.mdx
- nft.md
- big-card.tsx
- chain-config-value.tsx
- highlighter.tsx
- homepage-features.tsx
- basics-icon.tsx
- code-icon.tsx
- core-concepts-icon.tsx
- introduciton-icon.tsx
- rocket-icon.tsx
- project-value.tsx
- small-card.tsx
- custom.css
- index.tsx
- chain-config.ts
- keplr-pr-prep.jsonc
- ClashDisplay-Medium.woff
- ClashDisplay-Medium.woff2
- hk_guise_medium-webfont.woff
- hk_guise_medium-webfont.woff2
- hk_guise_regular-webfont.woff
- hk_guise_regular-webfont.woff2
- address-conversion.png
- crosschain-skip-go.png
- explorer-mint-tx.png
- explorer-nft.png
- explorer-tx.png
- haqqwallet-get-bech32.jpeg
- open-zeppelin-finish.png
- open-zeppelin-start.png
- remix-confirm-tx.png
- remix-deploy-setup.png
- remix-mint-start.png
- remix-mint.png
- remix-solidity-compiler.png
- remix-start.png
- remix-token-uri.png
- remix-tx-status.png
- skip-approve.png
- skip-confirm.png
- skip-destination.png
- skip-final.png
- skip-tx.png
- addresses.png
- ecosystem.png
- eipmessage.png
- favicon.ico
- haqq-logo-white.svg
- haqq-logo.svg
- hw_01.jpg
- hw_02.jpg
- hw_03.jpg
- hw_04.jpg
- kepler-import-ledger.png
- keplr-create-new.png
- keplr-homepage.png
- keplr-import-existing.png
- keplr-seed-phrase.png
- keplr-select-chain.png
- keplr-testnet-evmos.png
- keplr_approve_chain.png
- keplr_transaction.png
- liquidity.png
- metamask-import.png
- metamask-network-settings.png
- mm1.png
- mm2.png
- mm3.png
- mm4.png
- mm5.png
- msgsend.png
- reset-account.png
- schedule.png
- txsent.png
- vesting.png
- .nojekyll
- googlefd4a4dd53d93f557.html
- robots.txt
- .gitignore
- .npmrc
- .nvmrc
- .prettierignore
- .prettierrc
- babel.config.js
- docusaurus.config.js
- package.json
- pnpm-lock.yaml
- README.md
- sidebars.js
- tailwind.config.js
- tsconfig.json
- vercel.json
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
yarn
설명 보기 ▼
yarn
JavaScript 및 Node.js 패키지 대체 관리자.
더 많은 정보: <https://yarnpkg.com/cli>.
yarn global add {{module_name}}
전역적으로 모듈 설치:
yarn install
`package.json` 파일에 참조된 모든 의존성을 설치 ( `install`은 선택 사항입니다):
yarn add {{module_name}}@{{version}}
모듈을 설치하고 `package.json` 파일에 대한 의존성으로 저장 (개발 전용 의존성으로 추가하려면 `--dev` 추가):
// repository documentation
Was this content helpful?
(0 ratings)
