Skip to content

eugenennamdi/SMART-CONTRACTING-WITH-PYTEAL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Using PYTEAL to express smart contract logic.

BUILD STEPS

  1. Adding global variables

  2. Using Wallet Connect API for signing transactions

  3. Connecting Sandbox and Algorand Testnet

  4. Setting EnableDeveloperAPI configuration parameter to true in the node’s configuration.

  5. Adding helper functions to:

    Compile program source Converts a mnemonic passphrase into a private signing key Wait for a given txid to be confirmed by the network
    Formats global state for printing Read app global state

  6. Creating application for submitting transaction

  7. Creating main function to deploy the contract.

  8. Defining Function to call the deployed smart contract

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published