677bc50519
* Moved deployment/molecule to deployment-e2e * Update paths and readmes * Nested molecule * Corrected paths * paths * path * Moved docker up
32 lines
973 B
Markdown
32 lines
973 B
Markdown
# POA TokenBridge / Deployment
|
|
Ansible playbooks for deploying cross-chain bridges.
|
|
|
|
## Overview
|
|
Please refer to the [POA TokenBridge](../README.md) overview first of all.
|
|
|
|
These playbooks are designed to automate the deployment process for cross-chain bridges on bridge validator nodes. This process installs the bridge as a service and sets .env configurations on a remote server.
|
|
|
|
## Configuration
|
|
|
|
Please refer to [Configuration](./CONFIGURATION.md).
|
|
|
|
## Execution
|
|
|
|
Please refer to [Execution](./EXECUTION.md).
|
|
|
|
## Testing
|
|
|
|
Please refer to [Deployment-E2E](../deployment-e2e/README.md).
|
|
|
|
## Contributing
|
|
|
|
See the [CONTRIBUTING](../CONTRIBUTING.md) document for contribution, testing and pull request protocol.
|
|
|
|
## License
|
|
|
|
[![License: LGPL v3.0](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)
|
|
|
|
This project is licensed under the GNU Lesser General Public License v3.0. See the [LICENSE](../LICENSE) file for details.
|
|
|
|
|