Example JAR executables
Securosys provides a few example executables, both the source code and the compiled JAR. You can find them on GitHub.
Sample | Description |
---|---|
Connection Test Executable | Test connectivity to your application server |
Positive Approval Executable | Accept all incoming approval requests |
Rejected Approval Executable | Reject all incoming approval requests |
Stateful Executable | Keep persistent arbitrary data between executions |
Rule-based Bitcoin transactions Signing Executable | Rule-based Automated Crypto Wallet |
Run Loaded Java Application Executable | Run the loaded Java Application |
The source code for the demo wallet is also available on GitHub. It connects to a VaultCode instance running the "Rule-based Bitcoin transactions" sample.