kyohei's blog

profile picture
Written by Kyohei Tsukuda who lives and works in Tokyo 🇯🇵 , building useful things 🔧.
email / facebook / X / GitHub

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