Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.17 KB

quick_start.rst

File metadata and controls

59 lines (37 loc) · 1.17 KB

Quick start

Simple template

At first you have to import litewax.Client from litewax

../../examples/transfer_tokens.py

Then you have to initialize litewax.Client with private key or session_token from Wax Cloud Wallet.

Note

how-to-get-session-token

Initialize litewax.Client with private key:

../../examples/transfer_tokens.py

Initialize litewax.Client with session_token:

../../examples/transfer_tokens_wcw.py

Next step: Create you first litewax.Transaction. For example, transfer tokens.

../../examples/transfer_tokens.py

Last step: Push litewax.Transaction to the blockchain.

../../examples/transfer_tokens.py

cpu-payers

Summary

../../examples/transfer_tokens.py