彩虹溯源

xielin e62848fc32 更新 'readme.md' пре 5 година
.rocketeer 6a5ee2f22a Merge branch 'develop' пре 5 година
app 8696985dcf fix пре 5 година
bootstrap b0e27aadf2 fix пре 5 година
config 2d472e7254 fix пре 5 година
database 04fb7ffb0f fix пре 5 година
deploy c5aad3b374 first commit пре 5 година
public b0e27aadf2 fix пре 5 година
resources c5aad3b374 first commit пре 5 година
routes 523a4b5762 fix пре 5 година
storage 67ca2ba2a1 fix пре 5 година
tests c5aad3b374 first commit пре 5 година
.DS_Store c5aad3b374 first commit пре 5 година
.editorconfig c5aad3b374 first commit пре 5 година
.env.example ed0cb75843 develop пре 5 година
.gitignore ffc03f68ff fix пре 5 година
artisan c5aad3b374 first commit пре 5 година
composer.json b0e27aadf2 fix пре 5 година
docker-compose-beta.yml c5aad3b374 first commit пре 5 година
docker-compose-dev.yml c5aad3b374 first commit пре 5 година
monitor.sh 2548e193b5 fix пре 5 година
phpunit.xml c5aad3b374 first commit пре 5 година
readme.md e62848fc32 更新 'readme.md' пре 5 година

readme.md

彩虹溯源

该项目前后台包含在一个项目中

1.启动keosd

*/5 * * * * root /data/wwwroot/uptoyo/api/platform-trace/current/monitor.sh >> /dev/null 2>&1 自动监控运行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 &

3.配置项目定时任务

  • * * * * www /usr/bin/php /data/wwwroot/uptoyo/api/platform-trace/current/artisan schedule:run >> /dev/null 2>&1

接口文档

http://confluence.caihongxingqiu.com/pages/viewpage.action?pageId=10396230