kyohei's blog

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

2 pages tagged with "Ethereum"

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

TypeScriptでTruffleの環境を作成する

February 16, 2021 - 1077 words - 6 mins
ちょっと久しぶりに Ethereum(Dapp)の勉強をしているので、いろいろナレッジを書き残していきたい。 こちらの TypeChain を参考にしています 👀 https://github.com/ethereum-ts/TypeChain 前提条件 Truffle v5.1.66 (core: 5.1.66) Solidity - 0.6.2 (solc-js) Node v14.15.3… read more