cookiecutter-eos
xusy2k opened this issue · 3 comments
xusy2k commented
I've done a cookiecutter's template to allow create skeletons in a easy way:
pip install cookiecutter
cookiecutter --no-input gh:xusy2k/cookiecutter-eos
Improvements
I've removedAdded againpackage-lock.json
because GitHub found https://nvd.nist.gov/vuln/detail/CVE-2018-3774 at package url-parse, 1.4.1- I've also begin with patch to v1.2.0 (there is no more --plugin eosio::wallet_[api_]plugin) see hooks/post_gen_project.py#15 , but it raises an error when compile, so it's only valid for releases < 1.2
fatal error: 'eosiolib/eosio.hpp' file not found
- If nodeos is not working at the first time, i try again if can starts with
--replay-blockchain --hard-replay-blockchain
eosio_docker/scripts/init_blockchain.sh#L17
All of this work is on https://github.com/xusy2k/cookiecutter-eos
ChristianDunst commented
Thank you very much for your feedback. Please keep us up to date with your latest developments.
rickykung commented
It is awesome!
For the docker v1.2.0 problem, the team has fixed the issue in v1.2.1 (EOSIO/eos#5261). I have also updated the scripts here. (718e2c1)
xusy2k commented
Outdated ticket