-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
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
pre-requisites starter script #51
Comments
can write a script to fetch the binary and untar it from https://github.com/paritytech/substrate-contracts-node/releases and can run directly from the binary |
Hey @muddlebee, great suggestion. May I ask what platform you are running on? In my experience it's quite hard to get such scripts right (w/o lots of efforts) and work seemlessly in different environments (operating systems, rust versions, shells, etc.). Wdyt? |
This might be solved using the Dockerfile for contracts here. You can just run the Dockerfile regardless of the platform you're running on. |
That's actually a good point, @ical10! Will close this. |
https://github.com/scio-labs/inkathon?tab=readme-ov-file#2-build--deploy-contracts-on-a-local-node
script to automate installation of all the pre-requisites
The text was updated successfully, but these errors were encountered: