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.0.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

nanohelp-0.1.0-py3-none-any.whl (5.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: nanohelp-0.1.0.tar.gz
  • Upload date:
  • Size: 4.5 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.0.tar.gz
Algorithm Hash digest
SHA256 0c0fa5d8d10668b6d75f5a11c0b75c24f7ce40eda3553b9d747d78f4a79fe85a
MD5 3ed8738b654ef755a298a3999023076b
BLAKE2b-256 a66566b23eb76a588d0992ce90616bb4517a23a80f904664ff2f45f3b1567143

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: nanohelp-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 5.6 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9929d1c4bed1b886c543bc097bcb65a4ebafdf32a8e9ba663b3dad3160f1eee8
MD5 f3bc9af48ee8143fa32e9d7771d31904
BLAKE2b-256 e3743a4a69f080a493a58bf3c31bd609e64e53f8fdfd342131d0ca7be9c91bb0

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