# Contracts Deploy Tool
This deploy tool can be used to deploy contracts of this repository on a blockchain and interact with them.
To read more about the contracts, readme the root directory [readme](../README.rst)
## Installation
You can install the deploy tool from this directory by running:
`pip install -r requirements.txt -e .`
You can otherwise install it by running
`pip install trustlines-contracts-deploy`
You can verify proper installation by running `tl-deploy --help`, which should bring up the help for the tool.
## Usage
There are 4 main commands for tl-deploy: `currencynetwork`, `exchange`, `identity-implementation`,
and `identity-proxy-factory`. There is also a command `test` that combines deployment of the previous contracts
used for testing purposes.
Different commands have different options depending on the specific contracts they deploy.
You can see these options by running the help on the command, e.g. `tl-deploy currencynetwork --help`.
However all the commands will:
- need to connect to a blockchain node with option `--jsonrpc`,
- use gas price set with `--gas-price`
- use custom gas limit if set with `--gas`
- start with nonce set by `--nonce` or use the last nonce of sender if `--auto-nonce` is set
- get access to a keystore file via `--keystore`
Raw data
{
"_id": null,
"home_page": "https://github.com/trustlines-protocol/contracts",
"name": "trustlines-contracts-deploy",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "trustlines",
"author": "Trustlines-Network",
"author_email": "contact@brainbot.com",
"download_url": "https://files.pythonhosted.org/packages/ae/3e/9de244fca0d9bf531e5a59c6fc84385801d8b40447a8dcbccb0ac85d4935/trustlines-contracts-deploy-2.0.0.tar.gz",
"platform": "",
"description": "# Contracts Deploy Tool\n\nThis deploy tool can be used to deploy contracts of this repository on a blockchain and interact with them.\nTo read more about the contracts, readme the root directory [readme](../README.rst)\n\n## Installation\n\nYou can install the deploy tool from this directory by running:\n\n`pip install -r requirements.txt -e .`\n\nYou can otherwise install it by running\n\n`pip install trustlines-contracts-deploy`\n\nYou can verify proper installation by running `tl-deploy --help`, which should bring up the help for the tool.\n\n## Usage\n\nThere are 4 main commands for tl-deploy: `currencynetwork`, `exchange`, `identity-implementation`,\nand `identity-proxy-factory`. There is also a command `test` that combines deployment of the previous contracts\nused for testing purposes.\n\nDifferent commands have different options depending on the specific contracts they deploy.\nYou can see these options by running the help on the command, e.g. `tl-deploy currencynetwork --help`.\n\nHowever all the commands will:\n - need to connect to a blockchain node with option `--jsonrpc`,\n - use gas price set with `--gas-price`\n - use custom gas limit if set with `--gas`\n - start with nonce set by `--nonce` or use the last nonce of sender if `--auto-nonce` is set\n - get access to a keystore file via `--keystore`",
"bugtrack_url": null,
"license": "MIT",
"summary": "deploy trustlines contracts",
"version": "2.0.0",
"split_keywords": [
"trustlines"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "233c1b7828c1d6dd4bb4869b4af3c474",
"sha256": "5606a0d1670e8e3075bb3550ff906fec307ad7f4fb17a50b028ab21483392147"
},
"downloads": -1,
"filename": "trustlines-contracts-deploy-2.0.0.tar.gz",
"has_sig": false,
"md5_digest": "233c1b7828c1d6dd4bb4869b4af3c474",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 21320,
"upload_time": "2021-04-27T16:53:27",
"upload_time_iso_8601": "2021-04-27T16:53:27.353211Z",
"url": "https://files.pythonhosted.org/packages/ae/3e/9de244fca0d9bf531e5a59c6fc84385801d8b40447a8dcbccb0ac85d4935/trustlines-contracts-deploy-2.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2021-04-27 16:53:27",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "trustlines-protocol",
"github_project": "contracts",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"circle": true,
"lcname": "trustlines-contracts-deploy"
}