Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 548 Bytes

README.md

File metadata and controls

35 lines (30 loc) · 548 Bytes

truffle_kit

Compile and deploy the contract using Truffle.

reference : Qiita

procedure

git clone

git clone https://github.com/AoiToSouma/truffle_kit.git
cd truffle_kit
chmod +x *.sh
chmod +x jobs/*.sh

npm install

npm install

Edit configurations

nano .env

Edit "NODEADDRESS" and "PRIVATEKEY"

nano jobs/.api

If you want to execute an API that requires API-KEY, please edit "YOUR_API_KEY".

Execute

./run.sh -n mainnet