Skip to content
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

Add a default .move file creation feature to the rooch move new command #3056

Merged
merged 3 commits into from
Dec 18, 2024

Conversation

baicaiyihao
Copy link
Contributor

Summary

Add a default .move file creation feature to the rooch move new command

rooch move new testrooch

.
├── Move.toml
└── sources
    └── testrooch.move

testrooch.move

/*
/// Module: testrooch
module testrooch::testrooch {
}
*/

Copy link

vercel bot commented Dec 16, 2024

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

Name Status Preview Comments Updated (UTC)
rooch-portal-v2.1 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 17, 2024 10:01am
test-portal ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 17, 2024 10:01am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
rooch ⬜️ Ignored (Inspect) Visit Preview Dec 17, 2024 10:01am

@jolestar jolestar merged commit 13e2669 into rooch-network:main Dec 18, 2024
9 checks passed
steelgeek091 pushed a commit to steelgeek091/rooch that referenced this pull request Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants