彩虹溯源

xielin 523a4b5762 fix 5 éve
.rocketeer 6eabcea1c2 fix 5 éve
app 523a4b5762 fix 5 éve
bootstrap b0e27aadf2 fix 5 éve
config 2d472e7254 fix 5 éve
database 04fb7ffb0f fix 5 éve
deploy c5aad3b374 first commit 5 éve
public b0e27aadf2 fix 5 éve
resources c5aad3b374 first commit 5 éve
routes 523a4b5762 fix 5 éve
storage 67ca2ba2a1 fix 5 éve
tests c5aad3b374 first commit 5 éve
.DS_Store c5aad3b374 first commit 5 éve
.editorconfig c5aad3b374 first commit 5 éve
.env.example ed0cb75843 develop 5 éve
.gitignore ffc03f68ff fix 5 éve
artisan c5aad3b374 first commit 5 éve
composer.json b0e27aadf2 fix 5 éve
docker-compose-beta.yml c5aad3b374 first commit 5 éve
docker-compose-dev.yml c5aad3b374 first commit 5 éve
monitor.sh cd337421d9 fix 5 éve
phpunit.xml c5aad3b374 first commit 5 éve
readme.md cd337421d9 fix 5 éve

readme.md

彩虹溯源

1.启动keosd

运行monitor.sh 自动监控运行keosd钱包服务 keosd --http-server-address=localhost:8911 --config-dir /data/eos/keosd/ —wallet-dir /data/eos/keosd/ —data-dir /data/eos/keosd/data/ config --verbose-http-errors >> keosd.log 2>&1 &

2.运行nodeos

nodeos -e --genesis-json /data/eos/nodeos/config/genesis.json --plugin eosio::producer_plugin --plugin eosio::chain_api_plugin --plugin eosio::http_plugin --plugin eosio::state_history_plugin --plugin eosio::history_plugin --plugin eosio::history_api_plugin --data-dir /data/eos/nodeos/data --config-dir /data/eos/nodeos/config --access-control-allow-origin='' --contracts-console --http-validate-host=false --state-history-dir /data/eos/nodeos/shpdata --trace-history --chain-state-history --verbose-http-errors --filter-on='' --disable-replay-opts >> nodeos.log 2>&1 &