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

feat: add transaction status checks to examples #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

theekrystallee
Copy link
Member

this PR enhances the examples with transaction status checks, clear success/failure logging, and error handling

@@ -22,8 +22,8 @@ public class ScriptHcsTopic {
public static void main(String[] args) throws Exception {
System.out.println("🏁 Hello Future World - HCS Topic - start");

// Load environment variables from .env file
Dotenv dotenv = Dotenv.configure().directory("../").load();
Copy link
Member

Choose a reason for hiding this comment

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

the .env file is located in the parent directory. please revert this change here and in the other locations too.

Copy link
Member Author

Choose a reason for hiding this comment

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

it did not run with that location for the .env which is why I had to move it. can you run this again please?

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