Skip to content

Instantly share code, notes, and snippets.

View MattMsh's full-sized avatar
🚀
work smart and hard

Matt MattMsh

🚀
work smart and hard
View GitHub Profile
@MattMsh
MattMsh / main.tx
Last active July 4, 2025 14:22
Signers
addon "svm" {
rpc_api_url = input.rpc_api_url
network_id = input.network_id
}
output "address" {
value = signer.payer.address
}