반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- NFT개발
- 이중화
- grpc
- html5글자효과
- nft예제
- 포트폴리오예제
- NFT
- PostgresSQL
- html5배경만들기
- 솔라나NFT
- html5기초예제
- NFT솔라나
- pgpool
- 웹디자인예제
- 서버
- 웹디자인
- 웹예제
- html5디자인예제
- 솔라나개발
- HTML5
- 솔라나cookbook
- 포트폴리오
- html5기초
- html5popup
- html5포트폴리오예제
- html5웹디자인
- 솔라나
- solanaNFT
- html5예제
- html5웹디자인예제
Archives
- Today
- Total
목록솔라나테스트 (1)
Scikit Web
Solana Airdrop Test Sol API 솔라나 테스트 Sol API
솔라나 테스트 솔을 이용하는 방법으로는 1. Sol Scan 사이트 이용하여 충전 2. Airdrop API를 이용하여 충전 이렇게 2가지 방법이 있다. https://solanacookbook.com/references/local-development.html#subscribing-to-events import { Connection, Keypair, LAMPORTS_PER_SOL } from "@solana/web3.js"; (async () => { const keypair = Keypair.generate(); const connection = new Connection("devnet", "confirmed"); const airdropSignature = await connection.reque..
NFT/Solana(솔라나)
2022. 6. 18. 06:52