We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ref #143 , the wasm files are big as well, for example https://github.com/gear-foundation/dapps/tree/master/frontend/apps/escrow/src/assets/wasm, plus the wasm files are changing while the development of contracts, so a compile script before dev makes sense tbh
compile
dev
provide a script in package.json like compile to compile the target contract and cp the meta.wasm to the expected place on development
meta.wasm
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
Problem
ref #143 , the wasm files are big as well, for example https://github.com/gear-foundation/dapps/tree/master/frontend/apps/escrow/src/assets/wasm, plus the wasm files are changing while the development of contracts, so a
compile
script beforedev
makes sense tbhSolution
provide a script in package.json like
compile
to compile the target contract and cp themeta.wasm
to the expected place on developmentThe text was updated successfully, but these errors were encountered: