Changes to few console.log messages. #405
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Terminal output looks a little cluttered right now after "npm run start". Output in terminal for successful run should look something like this after this change. Someone starting on blockchain / Solana, these are keywords for better understanding I feel.
thanks,
Let's say hello to a Solana blockchain account!
Connection to Solana cluster established: http://localhost:8899 { 'feature-set': 3258470607, 'solana-core': '1.9.4' }
Using Solana blockchain account: [2m6e46GxdpLZLe8ASgFEoXoCf6j7y82A4LJ8KLrYoKpj] containing 499999999.0952122 SOL to pay for fees.
Using Solana blockchain program ID: [6yk7enMWb9mUCxk8jGEjaeLy2XJFEpCqSwqudvU3jRmV].
Now saying hello to Solana blockchain account ID: [272ArNtg3Kr5GwJ1majGRpotoJELuGHsGKLR8Xpzefg6].
Solana blockchain account ID: [272ArNtg3Kr5GwJ1majGRpotoJELuGHsGKLR8Xpzefg6] has been greeted 2 time(s) so far!
Success!!