An open API service indexing awesome lists of open source software.

https://github.com/std-microblock/hitmancontractcreator

Create whatever contract you want in both HITMAN2 and HITMAN3. Written in rust.
https://github.com/std-microblock/hitmancontractcreator

Last synced: 6 months ago
JSON representation

Create whatever contract you want in both HITMAN2 and HITMAN3. Written in rust.

Awesome Lists containing this project

README

          

# HitmanContractCreator
Create whatever contract you want in both HITMAN2 and HITMAN3. Written in rust.

## Usage
```
USAGE:
hitman_contract_creator.exe

OPTIONS:
-h, --help Print help information
-V, --version Print version information

SUBCOMMANDS:
help Print this message or the help of the given subcommand(s)
publish Publish contracts

publish:

Publish contracts

USAGE:
hitman_contract_creator.exe publish [OPTIONS] [USERID]

ARGS:
[default: fe76faee-ecdc-4dd7-a6d5-c5b84054a87c]

OPTIONS:
-b, --bearer
-f, --file The file to submit
-h, --help Print help information
--hitman2
--hitman3
```

Basic usage:
```
hitman_contract_creator.exe publish --bearer [your oauth token] -f [path to your contract json file] [your player id] [--hitman3/--hitman2]
```

example:
```
hitman_contract_creator.exe publish -b -f "./final rest.json" -f "./new zealand.json" --hitman2 --hitman3
```
```
hitman_contract_creator.exe publish --bearer -f testpost.json fe76faee-ecdc-4dd7-a6d5-c5b84054a87c --hitman3
```