Founder/Developer

6 days ago 3

from walta import WaltaDID

# Create a new DID for your agent

agent_did = WaltaDID.create(

owner_did="did:example:1234abcd", # Link to the human owner's DID

agent_name="BookingAssistant",

agent_description="Books travel accommodations"

)

Read Entire Article