# install truffle
npm install -g [email protected]
# run development blockchain
ganache-cli --seed apple banana cherry
## 結果
# Available Accounts
# ==================
# (0) 0x1d489c3f8ed5ee71325a847888b2157c9ac29c05
#
# record the first user account 0x1d489c3f8ed5ee71325a847888b2157c9ac29c05
# compile contract
truffle compile
# test contract
truffle test
# migrate contract
truffle migrate
## 結果
# Running migration: 4_deploy_todoFactory.js
# Deploying TodoFactory...
# ... 0xfecf0206d68c496cf067e320a4d4b5d294dfe89979552f7b6b8ab38696c51356
# TodoFactory: 0x21e4624c5a0b3fda81d0833d412dded2bb3a7a7c
# Saving successful migration to network...
# ... 0x6f592087ebfa7d5d77cce3f82c9d1222148c25499c348a59480ccfb3fe5884e1
# Saving artifacts...
# record the deployed address 0x21e4624c5a0b3fda81d0833d412dded2bb3a7a7c
# modify CONTRACT_ADDRESS and DEFAULT_USER in ethereum-todo/src/config/contants.js
cd ethereum-todo
yarn install
yarn start
-
Notifications
You must be signed in to change notification settings - Fork 0
pomelyu/EthereumTodo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
simple todo app with solidity
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published