Skip to content

plasmatech8/algorand-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

algorand-practice

TODO:

Summary

Node/environment setup:

Command line SDK:

  • See 04_writing_simple_smart_contract (an example smart contract with testing + deployment)
  • See [11_example_voting_stateful_smart_contract](an (unfinished) example voting application + deployment/usage goal commands)

Python SDK:

TEAL programming:

Pyteal programming:

Tutorials

01_algorand_basics:

  • Some docs + simple teal examples

02_create_laylacoin_on_testnet:

  • Creating an asset using Python
  • (Does not work due to requiring an index)

03_algorand_developer_docs:

04_writing_simple_smart_contract:

  • A smart contract using TEAL for a passphrase condition check
  • Deploy with command line

05_trying_out_algob:

  • Cannot get to work due to missing module error
  • TODO: try it again

06_trying_algorand_studio:

  • It is OK. Not for me. Has a bug.

07_working_with_ASA_with_python:

  • Create an asset
  • Change asset manager
  • Opt-in to the asset
  • Python scripts

08_pyteal_approval_program:

  • A Pyteal example
  • I do not know how to deploy it

09_simple_npc_game_stateful:

  • A Pyteal example
  • I do not know how to deploy it

10_create_private_network:

  • Creating a private net including a participation + relay node
  • Cool!

11_example_voting_stateful_smart_contract:

  • Create a voting app with TEAL and goal commands
  • Incomplete

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors