//tips
今一番netflixでおすすめできるものはと聞かれたら「the american barbecue showdown」。
6時間程度のクッキングバトルをたった30分に凝縮し、さらに、インタビューまで別撮りして解説も加えているというかなりハイレベルな動画作品に仕上げられている。
私もおすすめされたので見てみたら大当たり。フード番組は今まで見なかっただけに衝撃を受けた。これは面白いし、見せ方の勉強になる。
//smartcontract
テラは、法定通貨にペッグしたステーブルコインの供給量を自動調整できるアルゴリズム型ステーブルコインを発行するブロックチェーン。韓国のソウルに本社を置く。ネイティブトークンであるLUNAは、ガス代やステーキング、ガバナンストークンとして使用可能。
https://docs.terra.money/Concepts/Protocol.html#terra-and-luna
法定通貨に連動させることで他の仮想通貨に比べて変動幅が小さく、shoppingにも対応可能になっている。
USTでの支払いが一般的でTerraUSDのことを指す。
Terraは今後複数ブロックチェーンを跨いで使えるステーブルコインを提供していく予定であることから、人気が出ている。
まだ、retailに仮想通貨決済機能は導入されていないのでgiftcardでの対処となるが、個人のwalletとgiftcard購入の間に立ち、cryptoでの現物購入を助けている。
https://www.terra.cards/
terra Cards makes it easy for you to buy digital gift cards with your crypto so you can shop at your favorite online stores.
Wouldn’t it be great if you could shop at your favorite stores using UST? Unfortunately, that isn’t possible just yet since many retailers do not accept cryptocurrency as payment method (yet).
We’ve solved the problem by enabling you to purchase a digital gift card for your shopping needs. Using the digital gift cards you purchase from Terra Cards, you can now pay for your groceries, petrol, transportation, food delivery, or even your next holiday. We accept payments on the Terra blockchain (since we are LUNAtics) and Harmony (coming soon).
Terracardでamazonのギフトカード買ってみるか。日本は購入できるのがamazonのギフトカード一種類のみなのは寂しいこと。US172,UK34,Itary28種類のカードがある。
取り急ぎterra cardsのサポートに連絡。せっかく面白い取り組みなのに勿体なさすぎるので。すぐに返信があり、付き合いのあるgift card suppliersに順に確認してるから待ってとのこと。また個人ベースでのリクエストは受け付けていないよと返ってきた。
How it works is that we have accounts with gift card suppliers who in turn have a catalog of gift cards that we can offer. We don't actually add the gifts cards from companies on a individual basis. That is why we are not able to take requests.
As more Japanese gift cards become available to us, we will surely add it to Terra Cards.
gift card suppliers次第らしいので、日本の取り扱いが増えるのは当分先になりそう。残念。
coinbaseについて調べる。coinbase commerceはshopifyとwoo comerceと連携しているよう。
Coinbase commerceに登録。すると、払込用のリンクや埋め込みコードなどがある。
試しに、払い込み用のdonationリンクを作成
https://commerce.coinbase.com/checkout/236ef6b6-2ff2-479d-bbf0-2b3899d89c77
このようなリンクをshopifyなどに付けれるということ。実質、現物へのcrypto払いできてるじゃん。凄すぎた。coinbase恐ろしい。
https://hedge.guide/feature/american-usage-environment-different-from-japan-bc202005.html
https://news.yahoo.co.jp/articles/4914a0e3c435a0b184a3cd4193a30256a94bfd26
Revert見てて気になったのがnftidの部分で、これはポジションをnft化しているのか気になる。nftへの情報の流入と流出を含めてスコア表示できているのか。
https://revert.finance/#/top-positions?sort=nft_id
//Paraiq×Discord連動
Paraiqの方から返答あり。一応parsiqより返信データは送信されているよう。
We found your account in our database and we found out that every notification was delivered to your Discord with no problems.
よりシンプルなコードということで下記をもらったのでそちらで再デプロイ処理をしておいた。
So use this code:
stream EthUsdPriceUpdates
from ChainlinkPriceFeed
where @pair == "ETH/USD"
process
let value = @price.value
emit {value}
end
本当はdiscordに下記のように表示がされるらしい。
ETH/USD price has been updated! Current price - ${value|btc} USD.
Just configure your Discord Delivery Channel in your Smart Trigger with this template:
ETH/USD price has been updated! Current price - ${value|btc} USD.
一旦discordのスナップショットを共有し、discordで何か特別な処理をしているか確認中。
テキストチャネルの外部にdiscordと表示されるチャネルが出ており、そちらに連携出力をされているのを見つけた。
ただ、value変数の内容ではなくdiscordというタイトルの出力なので少し違うかなという感じ。とりあえず先方に共有し、新規サーバ立ててやってみようということでトライ中。give a shot。