Part of [Create bridge channel in go-nitro](https://www.notion.so/Create-bridge-channel-in-go-nitro-22ce80a0d8ae4edb80020a8f250ea270)
- Remove `go-nitro` repo from `bridge` and `nitro-node` stacks
- Add a separate image for Nitro contracts deployment
- Update `go-nitro` Dockerfile to:
- Fetch `nitro` and `bridge` binaries from <https://git.vdb.to/cerc-io/nitro> instead of building from source
- Use `ubuntu:latest` as base image instead of `deban:bullsye-slim`
- Update `nitro-client` Dockerfile to:
- Install `nitro-rpc-client` package from `git.vdb.to/cerc-io` instead of building from source
Co-authored-by: Adw8 <adwaitgharpure@gmail.com>
Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
Reviewed-on: #12
Co-authored-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
Co-committed-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
* Add a bridge stack
* Implement Nitro contracts deployment to L1 and L2
* Deploy custom tokens to L1 and L2
* Add a service for Nitro bridge
* Setup a service for nitro-rpc-client with required certs
* Rename nitro-node stack
* Add flag for setting public IP
* Log values in the nitro-node script
* Add command to install nitro-rpc-client
* Fix directory name
* Set default value for public IP
* Add initial stack for running go-nitro
* Fix clone required repo command
* Add step for cloning required repo
* Build docker images for nitro protocol and nitro rpc client
* Add todos in go-nitro and nitro-contracts container
* Add todos in go-nitro readme
* Replace top level version with name in docker compose files
---------
Co-authored-by: Neeraj <neeraj.rtly@gmail.com>