-
Notifications
You must be signed in to change notification settings - Fork 356
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
base-helpers.ts
doesn't belong to contracts
#566
Comments
I proposed a new repo for this. I will follow up with @orkunkl on this one. Let's move all the ts helpers to a repo with a proper npm package and build system (so we can use typescript) and a CI to test they work against these contracts. They can be pushed to npm and people can just import these. I know Orkun has some larger ideas of a framework, but I think it would be very useful to move them out of this repo in the short term, so they can be properly tested and maintained. Okrun, please let me know what you need to do so. |
For temporary, we can setup an |
Will be moved to https://github.com/InterWasm/cw-plus-helpers |
Thanks Orkun |
(it is actually working with newest version, but it still doesn't belong here prob). Either this file should move to some better place (some utilities? it is not a contract so it doesn't belong there semantically) or workspace builder should be altered to better detect what to build.contracts
structure is assumed by the wasm workspace building utility. Because ofbase-helpers.ts
file it is now impossible to easly build workspace with it.The text was updated successfully, but these errors were encountered: