rooch-network / rooch

VApp Container with Move Language for Bitcoin ecosystem
https://rooch.network
Apache License 2.0
162 stars 85 forks source link

Owen/issues 2654/example cosmwasm bitseed generator #2656

Closed yubing744 closed 1 month ago

yubing744 commented 1 month ago

Summary

Summary about this PR

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rooch-portal ❌ Failed (Inspect) Sep 20, 2024 2:31pm
rooch-portal-v2.1 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 20, 2024 2:31pm
1 Skipped Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **rooch** | ⬜️ Ignored ([Inspect](https://vercel.com/rooch/rooch/6FgpDeJhMynWdakWA4AKwtV9DLGn)) | [Visit Preview](https://rooch-git-fork-yubing744-congwen-issues-2654exampl-4909b1-rooch.vercel.app) | | Sep 20, 2024 2:31pm |
yubing744 commented 1 month ago

@jolestar help review

jolestar commented 1 month ago

The build scripts require the project in the examples dir is a Move project.

Error: Unable to find package manifest in '/runner/_work/rooch/rooch/examples/bitseed_generator' or in its parents

Put an empty Move project in bitseed_generator?

yubing744 commented 1 month ago

The build scripts require the project in the examples dir is a Move project.

Error: Unable to find package manifest in '/runner/_work/rooch/rooch/examples/bitseed_generator' or in its parents

Put an empty Move project in bitseed_generator?

OK