I hereby claim:
- I am fredericrezeau on github.
- I am fredericrezeau (https://keybase.io/fredericrezeau) on keybase.
- I have a public key ASAO7Ez93FpM393IS3xB3sEPEw2UpSle2aSaWWjP3gqN9wo
To claim this, I am signing this object:
| const express = require('express'); | |
| const { SorobanRpc, xdr, Address, nativeToScVal, scValToNative } = require('@stellar/stellar-sdk'); | |
| const PORT = process.env.PORT || 3001; | |
| const RPC_URL = process.env.RPC_URL || 'https://YOUR_STELLAR_RPC_URL'; | |
| const CONTRACT_ID = 'CC5TSJ3E26YUYGYQKOBNJQLPX4XMUHUY7Q26JX53CJ2YUIZB5HVXXRV6'; | |
| const rpc = new SorobanRpc.Server(RPC_URL); | |
| const app = express(); | |
| const cache = {}; |
| const { Keypair, Contract, SorobanRpc, TransactionBuilder, Address, xdr, ScInt, scValToNative} = require("stellar-sdk"); | |
| // Network config. | |
| const networkPassphrase = "Test SDF Network ; September 2015"; | |
| const rpcurl = "https://soroban-testnet.stellar.org:443"; | |
| const server = new SorobanRpc.Server(rpcurl, { allowHttp: true }); | |
| const assets = { | |
| market: "$ <soroban lab token wrap>", | |
| property: "$ <soroban lab token wrap>", |
| # Stellar 소개 | |
| 이 목록은 Stellar에 대해서 배울 수 있는 자료들을 제공합니다. 만약 여러분이 이 목록에 기여 및 추가적인 업데이트를 원하신다면 Pull request를 하시거나 Discord(디스코드)를 통해서 연락주시길 바랍니다. | |
| [총 발행량](https://stellar.expert/explorer/public/asset/XLM) | |
| <br/><img src="https://api.litemint.com:9088/stellar/supply/issued.png"> | |
| [소각](https://stellar.expert/explorer/public/account/GALAXYVOIDAOPZTDLHILAJQKCVVFMD4IKLXLSZV5YHO7VY74IWZILUTO)🔥 | |
| <br/><img src="https://api.litemint.com:9088/stellar/supply/burned.png"> | |
| <br/>[소각 발표 영상](https://youtu.be/3AGhdiQeXE0?t=1116)/[SDF블로그](https://www.stellar.org/blog/sdfs-next-steps?locale=en) |
I hereby claim:
To claim this, I am signing this object: