Hey Andrew,
I get an error at npx openzeppelin create
(when following Building an OpenZeppelin dapp with Solidity Hot Loader)
$ npx oz create
The create command is deprecated. Use deploy instead.
npx oz deploy
also does not work (at this stage at least)
Is there an update?
Thx =)
1 Like
Hi @ninonomad,
Welcome to the community 
You can still use oz create
or you should be able to use oz deploy
with kind upgradeable
. (As the Solidity Hot Loader uses upgradeable contracts).
Let me know if you run into issues and I can update the tutorial.
1 Like
Hi @ninonomad,
I ran through the tutorial and updated it to use oz deploy
.
This tutorial uses OpenZeppelin Network.js which is deprecated. We are no longer actively developing new features nor addressing issues.
On Telegram I noticed that you appear to be using Windows.
I recommend moving to Windows Subsystem for Linux (WSL).
I use WSL2.
Hi @ninonomad,
I just wanted to check that you were able to use the tutorial?