banner
n

人人平等

This message is used to verify that this feed (feedId:62091670835625984) belongs to me (userId:60779102193209344). Join me in enjoying the next generation information browser https://follow.is.

アトミカルズ

image

公式
X Doc Github

エコシステム
ウォレット 残高 データ

bitatom マーケット❤️‍🔥

AM マーケット

Satsx マーケット

quark ❤️‍🔥#

yarn cli mint-dft quark --satsbyte=85 --rbf

yarn cli wallet-import <wif> <alias>

yarn cli mint-dft quark --satsbyte=85 --rbf --funding <alias>

Node のダウンロードとインストール#

https://nodejs.org/en/download/current

CLI のリンクをコピーしてダウンロード#

https://codeload.github.com/atomicals/atomicals-js/zip/refs/heads/master

02e854c 現在使用中の新しいバージョンに問題があります
https://codeload.github.com/atomicals/atomicals-js/zip/refs/heads/danieleth2-atomicals-js-02e854c

MAC CLI#

デプロイ環境で次のコマンドを順に実行#

CLI のパスをコピー

//CLIの位置に移動
cd パス

//tsをインストール
sudo npm install -g typescript

//ビルド
npm run build

//yarnをインストール
sudo npm install -g yarn

//ライブラリ依存関係をインストール
yarn install

WIN CLI#

指定のフォルダに解凍#

このフォルダのアドレスバーに cmd を入力#

image

次のコマンドを順に入力してビルド#

npm install -g yarn

yarn install

npm run build

image

ウォレットの作成とよく使うコマンド ❤️‍🔥#

あなたの助記詞 (phrase [第 1 行] または プライベートキー (wif [第 4 行]) を保存してください


951eeb3db83c0ce0504817300b6e34b

#wallet.jsonに新しいウォレットを初期化
yarn cli wallet-init

#Mint (mint-dft)
yarn cli mint-dft <tick>

#Mint (mint-dft,satsbyte)
yarn cli mint-dft <tick> --satsbyte <gas>

#Mint (mint-dft,satsbyte) rbf
子が親の借金を返済する 23件のうち24件はガス補償を引き上げることができます 
yarn cli mint-dft <tick> --satsbyte <gas> --rbf

#直接Mint
yarn cli mint-ft <tick> <total_supply> <image.jpg>

#残高と保存されたatomicalsを取得
yarn cli balances

#ティッカー名でAtomicalを取得
yarn cli get-ticker atom

#コマンドのヘルプを表示
yarn cli -h

#NFTアイテムをMint
yarn cli mint-item "#container-name" "item-name" "path/to/item-name.json" --satsbyte=1

#単一アイテムのステータスをクエリ
yarn cli get-container-item "#container-name" "test-item-4"

#Mintされたアイテムをクエリ
yarn cli get-container-items "#container-name" limit offset

すべてのコマンド ❤️‍🔥#

yarn cli server-version:electrumxサーバーのバージョン情報を取得
yarn cli wallet-create:新しい12語の秘密助記詞と主要および資金アドレスを作成して表示
yarn cli wallet-init [options]:wallet.jsonに新しいウォレットを初期化
yarn cli wallet-import <wif> <alias>:WIFと割り当てられたエイリアスでウォレットをインポート
yarn cli address-script <addressOrAlias>:アドレスまたはウォレットエイリアスを16進数出力スクリプトにエンコード
yarn cli script-address <script>:スクリプトをアドレスにデコード
yarn cli outpoint-compact <hex>:16進数outpointをコンパクトな位置ID形式にデコード
yarn cli compact-outpoint <compactId>:コンパクトIDをoutpointの16進数形式にエンコード
yarn cli address [options] <address>:アドレスの残高と保存されたAtomicalsを取得
yarn cli wallets [options]:内部ウォレットの残高と保存されたAtomicalsを取得
yarn cli balances [options]:内部ウォレットの残高と保存されたAtomicalsを取得
yarn cli address-utxos <address>:アドレスのすべてのutxosをリスト
yarn cli address-history <address>:アドレスの履歴をリスト
yarn cli tx [options] <txid>:任意のトランザクションを取得
yarn cli get-ticker [options] <ticker>:ティッカー名でAtomicalを取得
yarn cli get-container [options] <container>:コンテナ名でAtomicalを取得
yarn cli get-container-items [options] <container> <limit> <offset>:コンテナ内のアイテムを取得
yarn cli get-container-item [options] <container> <itemId>:コンテナ内のアイテムを取得
yarn cli validate-container-item <containerName> <itemName> <manifestFile>:マニフェストからコンテナアイテムを検証
yarn cli resolve [options] <realm_or_subrealm>:realmまたはsubrealmを解決。'get-realm'のエイリアス
yarn cli get-realm [options] <realm_or_subrealm>:realmまたはsubrealmを解決。'resolve'のエイリアス
yarn cli realm-info [options] <atomicalIdAlias>:atomicalのrealmとsubrealm情報を取得
yarn cli summary-subrealms [options]:ウォレットが所有するsubrealmsの概要を表示
yarn cli summary-containers [options]:ウォレットが所有するcontainersの概要を表示
yarn cli summary-realms [options]:ウォレットが所有するrealmsの概要を表示
yarn cli summary-tickers [options]:ウォレットが所有するtickersの概要を表示
yarn cli find-tickers [options]:tickersを検索
yarn cli find-realms [options]:realmsを検索
yarn cli find-containers [options]:containersを検索
yarn cli set [options] <atomicalIdAlias> <jsonFilename>:データで既存のAtomicalを更新
yarn cli set-container-data [options] <containerName> <jsonFilename>:jsonファイルの内容でコンテナデータを更新
yarn cli prepare-dmint-items <folder> <outputFolderName>:画像フォルダからdmint設定とアイテムリストを準備
yarn cli prepare-dmint <folder> <mintHeight> <bitworkc>:画像フォルダからdmint設定とアイテムリストを準備
yarn cli enable-dmint [options] <container> <jsonFilename>:prepare-dmintコマンドから生成されたdmint設定ファイルを使用してコンテナのdmintを有効にする
yarn cli mint-item [options] <containerName> <itemName> <manifestFile>:分散コンテナから非同質化トークン(NFT)Atomicalをmint
yarn cli emit [options] <atomicalIdAlias> <data...>:既存のAtomicalにイベントとデータを発行
yarn cli set-relation [options] <atomicalId> <relationName> <relationValues...>:既存のAtomicalに関係とデータを設定
yarn cli delete [options] <atomicalIdAlias> <filesToDelete...>:既存のAtomicalのキーを削除
yarn cli seal [options] <atomicalIdAlias>:NFT Atomicalタイプを永久に封印し、再度更新または転送できないようにする
yarn cli splat [options] <locationId>:複数のAtomicalsを含むUTXOからNFT Atomicalを抽出
yarn cli get [options] <atomicalAliasOrId>:Atomicalの状態を取得
yarn cli global [options]:全体の状態を取得
yarn cli dump:ダンプ
yarn cli location [options] <atomicalAliasOrId>:Atomicalの位置を取得
yarn cli ftinfo <atomicalAliasOrId>:FT atomicalのFT特定情報を取得
yarn cli state [options] <atomicalAliasOrId>:Atomicalの状態を取得
yarn cli state-history [options] <atomicalAliasOrId>:Atomicalの状態履歴を取得
yarn cli events [options] <atomicalAliasOrId>:Atomicalのイベント状態履歴を取得
yarn cli enable-subrealms [options] <realmOrSubRealm> <file>:realmまたはsubrealmのためにsubrealm mintingルールを設定して有効にする
yarn cli disable-subrealms [options] <realmOrSubRealm>:realmまたはsubrealmのsubrealm mintingルールを削除
yarn cli pending-subrealms [options]:保留中のsubrealm Atomicalリクエストと支払いを表示
yarn cli mint-ft [options] <ticker> <supply> <file>:直接発行モードで代替トークン(FT)Atomicalをmint
yarn cli init-dft [options] <ticker> <mint_amount> <max_mints> <mint_height> <file>:分散発行モードで代替トークン(FT)atomicalを初期化
yarn cli mint-dft [options] <ticker>:分散代替トークン(FT)用のコインをmint
yarn cli mint-nft [options] <files...>:非同質化トークン(NFT)Atomicalをmint
yarn cli mint-realm [options] <realm>:トップレベルRealmの非同質化トークン(NFT)Atomicalをmint
yarn cli mint-subrealm [options] <realm>:サブレルムの非同質化トークン(NFT)Atomicalをmint
yarn cli mint-container [options] <container>:コンテナの非同質化トークン(NFT)Atomicalをmint
yarn cli transfer-nft [options] <atomicalId> <address>:Atomical NFTを新しいアドレスに転送
yarn cli transfer-ft [options] <atomicalId>:Atomical FTを他のアドレスに転送
yarn cli transfer-builder [options]:通常のUTXOsを他のアドレスに転送
yarn cli transfer-utxos [options]:通常のUTXOsを他のアドレスに転送
yarn cli merge-atomicals [options]:Atomicals UTXOsをテストのために統合
yarn cli tx-history [options] <atomicalAliasOrId>:Atomicalの履歴を取得
yarn cli list [options]:全世界でmintされたAtomicalsのリストを表示
yarn cli address-atomicals <address>:アドレスのすべてのatomicalsをリスト
yarn cli at-location <location>:utxo位置のAtomicalsを取得
yarn cli store-file [options] <filepath> <givenFileName>:NFTまたはFTでない一般的な不変データ取引を保存
yarn cli download [options] <locationIdOrTxId>:locationIdまたはatomicalIdからファイルをダウンロード
yarn cli broadcast [options]:rawtxをブロードキャスト
yarn cli help [command]:コマンドのヘルプを表示

INDEX#

https://github.com/atomicals/atomicals-electrumx/tree/master

公共ノード ❤️‍🔥#

  1. https://ep.atomicals.xyz
    ヘルスチェック
  2. https://ep.atomicalmarket.com
    ヘルスチェック
  3. https://ep.nextdao.xyz
    ヘルスチェック
  4. https://ep.atomicalmarket.com/
    ヘルスチェック

自分でノードを構築#

Next Dao を使用
https://github.com/Next-DAO/atomicals-electrumx-docker#atomicals-electrumx-docker

Bitcoin フルノードの RPC 設定を更新してください。設定済みの場合はスキップしてください。#

bitcoin.conf に追加し、Bitcoin フルノードを再起動します。ノードの再インデックスを待つ必要があります。

あなたのローカルネットワーク IP が 192.168.50.2 だと仮定します。

txindex=1
rpcauth=electrumx:c7ed296134ebe0035d9ff786dfa102b5$9d40e8e36bcdba1e3ca0a79178c3864c3deaa9e6fd484ff683e7770690a97097

rpcbind=127.0.0.1
rpcbind=192.168.50.2
rpcallowip=127.0.0.1
rpcallowip=192.168.50.2

ElectrumX はtxindex=1が必要です。フルノードの再インデックスを待つ必要があります。

または、再ダウンロードして生成します
https://github.com/bitcoin/bitcoin/blob/master/share/rpcauth/rpcauth.py

このリポジトリをクローンしてサーバーを実行#

git clone https://github.com/lucky2077/atomicals-electrumx-docker.git

cd atomicals-electrumx-docker

.env ファイルを作成し、次の内容を記述します:
DAEMON_URL=electrumx:[email protected]:8332

次に、ElectrumX サーバーを実行します:
docker-compose pull && docker-compose up -d

docker-compose logs -f ログを確認
docker-compose down サーバーを停止

BAT❤️‍🔥#

Windows#

@echo off
setlocal enabledelayedexpansion

echo ループ回数を入力してください:
set /p loop_count=

echo トークン名を入力してください:
set /p token_value=

echo satsbyte値を入力してください (実際のガスの1.5-1.7倍):
set /p satsbyte_value=

for /l %%i in (1, 1, %loop_count%) do (
  echo 第 %%i 回目のコマンドを実行:
  yarn cli mint-dft !token_value! --satsbyte !satsbyte_value!
)

Mac#

#!/bin/bash

echo "ループ回数を入力してください:"
read loop_count

echo "トークン名を入力してください:"
read token_value

echo "satsbyte値を入力してください:(実際のガスの1.5-1.7倍)"
read satsbyte_value

for ((i=1; i<=$loop_count; i++)); do
  echo "第 $i 回目のコマンド:"
  yarn cli mint-dft "$dmint_value" --satsbyte "$satsbyte_value"
done
読み込み中...
文章は、創作者によって署名され、ブロックチェーンに安全に保存されています。