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

Create a new python example script - submit_and_read_block #1674

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

mp-v2
Copy link
Contributor

@mp-v2 mp-v2 commented Apr 8, 2023

As per feedback, this PR has been redone to point to the iota-sdk repo, here: iotaledger/iota-sdk#230

Description of change

Existing examples are not fully-emcompassing. This example script aims to give the user a full picture of what they are doing and why.

This script has three steps:

  1. Prepare the payload for a block
  2. Submit the block to the Shimmer test network
  3. Use the block ID to read the payload back from the network

It also provides the url to click and go to the explorer.

Type of change

  • Documentation Fix

How the change has been tested

Ran it in terminal, it outputs what is expected.

Change checklist

Tick the boxes that are relevant to your changes, and delete any items that are not.

  • I have followed the contribution guidelines for this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that new and existing unit tests pass locally with my changes

Existing examples are not fully-emcompassing. This example script aims to give the user a full picture of what they are doing and why.
@mp-v2 mp-v2 changed the title Create create_post_and_read_block Create submit_and_read_block Apr 8, 2023
@mp-v2 mp-v2 changed the title Create submit_and_read_block Create a new python example script - submit_and_read_block Apr 8, 2023
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.

1 participant