(2021/02/20 追記) 現在はVLC本家にマージされているため、公式サイトからダウンロードする。
Official download of VLC media player, the best Open Source player - VideoLAN
(2021/02/20 追記) 現在はVLC本家にマージされているため、公式サイトからダウンロードする。
Official download of VLC media player, the best Open Source player - VideoLAN
const send_commitment = async(ens_name, owner_address, secret, resolver, pub_key) => { | |
console.debug(`Check if ENS is available for ${ens_name}.eth.`); | |
const available = await contract.available(ens_name); | |
if (! available) { console.debug("Name is not available"); return }; | |
console.debug("Get commitment object."); | |
const commitment = await contract.makeCommitmentWithConfig( | |
ens_name, // name | |
owner_address, // owner | |
secret, // secret |