1. Initialize Vortex
from vortex import Vortex
# Create a Vortex instance
vortex = Vortex(PrivateKey="your_private_key", Address="your_address", Chain="Aptos")
Last updated
from vortex import Vortex
# Create a Vortex instance
vortex = Vortex(PrivateKey="your_private_key", Address="your_address", Chain="Aptos")
Last updated