1 pages tagged with "zora"
Zora Coreをローカルで動かす
February 23, 2021 - 171 words - 1 mins
zora core をローカルのチェーン(Ganashe)で動かす方法です。
clone, install
git clone git@github.com:ourzora/core.git
cd core
yarn
env ファイルの作成
ルートディレクトリに.env.localを作成。RPC_ENDPOINT と PRIVATE_KEY を設定する。
RPC_ENDPOINT は Ganac…
read more