Skip to main content

Business logic to abstract the raw nano node RPC logic

Project description

nanohelp

Business logic to abstract the raw nano node RPC logic

Documentation

https://nanohelp.readthedocs.io/en/latest/

Installation

pip install nanohelp

Usage

from nanohelp.secret import SecretManager
from nanohelp.wallet import WalletManager

# Initialize a SecretManager
secret_manager = SecretManager()

# Initialize a WalletManager, passing in the secret manager
wallet_manager = WalletManager(secret_manager)

# Define user and project details
user1 = "user1"
user2 = "user2"
project_id = "my-project"

# Create a new wallet for User1, this also generates and stores a new private key
wallet_id_user1, account_address_user1 = wallet_manager.create_wallet(user1)

# Create a new wallet for User2
wallet_id_user2, account_address_user2 = wallet_manager.create_wallet(user2)

# Transaction from User1's account to User2's account
amount = 1000  # amount of Nano to be sent
transaction_block = wallet_manager.make_transaction(
    wallet_id_user1,
    account_address_user1,
    account_address_user2,
    amount, 
    secret_manager.get_private_key(project_id, user1)
)

# Print transaction block
print(f"Transaction block: {transaction_block}")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nanohelp-0.1.11.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

nanohelp-0.1.11-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file nanohelp-0.1.11.tar.gz.

File metadata

  • Download URL: nanohelp-0.1.11.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for nanohelp-0.1.11.tar.gz
Algorithm Hash digest
SHA256 c7c4f67ba74f0da933cbf15a1627e68618ddde84a381806f66e7e5c61212729a
MD5 08fa457465571d07f7d801c08c2750bf
BLAKE2b-256 dd0e46be5b1de582e5738a22b9f5ebe7b11159bb31447d0f2207cb73ce3e270b

See more details on using hashes here.

Provenance

File details

Details for the file nanohelp-0.1.11-py3-none-any.whl.

File metadata

  • Download URL: nanohelp-0.1.11-py3-none-any.whl
  • Upload date:
  • Size: 5.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for nanohelp-0.1.11-py3-none-any.whl
Algorithm Hash digest
SHA256 0d2189ddbb401a0f4a7fd9e610c6d005826e3f556bdeb24ae7ee5739ffa752cc
MD5 bf7bfc6ad881203ef194ac1b18b9b501
BLAKE2b-256 fe5dfd54f6dd797b7a6e8ac8521d43d290afe2273f42e87561400791d0848fdd

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page