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 basics/pda-rent-payer/steel #293

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

Nitish-bot
Copy link

Added example program for creating an account with the Steel framework for Solana

  • Committed pnpm-lock.yaml
  • Tests written in bankrun
  • Added mandatory pnpm run scripts
  • Ran pnpm fix in the root directory
  • Wrote comments to guide
  • Used latest versions of all dependencies*

@heyAyushh heyAyushh added contribute:steel Adds program example using steel framework. pda-rent-payer basics/pda-rent-payer labels Nov 15, 2024
Copy link
Contributor

@heyAyushh heyAyushh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution! Before we can merge this PR, please:

  1. Merge main branch into your PR to get the latest updates
  2. Run pnpm fix at the project root to ensure code style consistency
  3. Remove the steel program entry from the root Cargo.toml if present
  4. Run cargo fmt and cargo clippy to ensure Rust code quality
  5. Push your changes

Let me know once you've completed these steps and I'll review again. Thanks!

@Nitish-bot
Copy link
Author

Nitish-bot commented Nov 24, 2024

I have completed all the steps except pnpm fix in the root directory which is causing some unknown error. It is the same even after I delete the cache.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribute:steel Adds program example using steel framework. pda-rent-payer basics/pda-rent-payer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants