Skip to content

A tool for contract query and trigger calls, supporting any EVM compatible contract

License

Notifications You must be signed in to change notification settings

refitor/trigger3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trigger3

A tool for contract query and trigger calls, supporting any EVM compatible contract

trigger3 script format

test.json format for call:
{
    "vault": {
        "index": 0,
        "kind": "call",
        "contract": "0x1111f6C94433c2222e85555e0ddddddddddddd",
        "params": ""
    }
}
test.json format for send: 
{
    "vault": {
        "index": 0,
        "kind": "send",
        "contract": "0x1111f6C94433c2222e85555e0ddddddddddddd",
        "params": ""
    }
}

About

A tool for contract query and trigger calls, supporting any EVM compatible contract

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published