Crypto Tools
Crypto Payment QR Code Generator — Bitcoin, Ethereum, Solana & Litecoin
🔒 브라우저에서 실행
Generate a payment QR code for Bitcoin (BIP-21), Ethereum (EIP-681), Solana (Solana Pay), or Litecoin. Set the recipient address, optional amount, and label. The QR code is generated in your browser using the qrcode library — no data is uploaded, and you can download the PNG directly.
사용 방법
- 블록체인(Bitcoin, Ethereum, Solana, 또는 Litecoin)을 선택하세요.
- 수신자 주소를 입력하고 선택적으로 금액과 레이블을 추가하세요.
- QR 코드를 미리 보고 PNG로 다운로드하세요.
Privacy: No data is sent to any server. QR code generated in your browser.
자주 묻는 질문
- Bitcoin은 어떤 URI 체계를 사용하나요?
- Bitcoin은 BIP-21 URI 체계를 사용합니다: bitcoin:<address>?amount=<btc>&label=<label>. 이것은 결제 요청 QR 코드의 표준입니다.
- Ethereum은 어떤 URI 체계를 사용하나요?
- Ethereum은 EIP-681 URI 체계를 사용합니다: ethereum:<address>?value=<wei>. value 필드는 wei(ETH의 가장 작은 단위)로 표시됩니다.
- QR 코드가 서버에서 생성되나요?
- 아니요. QR 코드는 qrcode JavaScript 라이브러리를 사용하여 브라우저에서 생성됩니다. 어떤 데이터도 업로드되지 않습니다.
- 실제 결제에 사용할 수 있나요?
- 네, 생성된 URI는 관련 표준(BIP-21, EIP-681, Solana Pay)을 따릅니다. 자금을 보내기 전에 반드시 주소를 확인하십시오.
이 도구를 사이트에 삽입하기
무료. HTML 한 줄이면 됩니다 — 도구는 방문자의 브라우저에서 실행되며 데이터는 어디에도 전송되지 않습니다.
<iframe src="https://brevio.pro/embed/crypto-qr-generator" width="100%" height="600" loading="lazy" style="border:1px solid #e5e5e5;border-radius:8px" title="Crypto Payment QR Generator — brevio"></iframe> <p style="font:12px/1.4 sans-serif"><a href="https://brevio.pro/tools/crypto-qr-generator">Crypto Payment QR Generator</a> by <a href="https://brevio.pro">brevio</a></p>