Skip to content

feat: add FileCreateTransaction #147

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

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

Conversation

Dosik13
Copy link
Contributor

@Dosik13 Dosik13 commented Jun 22, 2025

Description:
Implemented the FileCreateTransaction class that enables creating files on the network.

  • Add FileId class for file identification
  • Add unit tests for 'FileId'
  • Add FileCreateTransaction class implementation
  • Add file create example
  • Add integration/unit tests for FileCreateTransaction
  • Update README.md in examples folder
  • Update __init__.py file with FileCreateTransaction class definition in __all__ list

Related issue(s):

Fixes #145

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@Dosik13 Dosik13 marked this pull request as ready for review June 25, 2025 13:23
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.

Add FileCreateTransaction
1 participant