Ignition

Results 4 issues of Ignition

**Description:** I've been trying to setup a monorepo multi app project, I've read #3281 issue and most of the linked issues and commits, specially 2d53c99 and [multi-app-projects](https://beta.ionicframework.com/docs/cli/configuration#multi-app-projects). And I think...

needs investigation

Hello, I was trying to build the docker image and access to mailslurper, but it fails with CORS on all handlebar templates (.hbs files) and fonts. To reproduce it: ```shell...

### What was wrong? According to [JSON RPC API](https://github.com/ethereum/wiki/wiki/JSON-RPC) when a transaction is received (eg. via [`eth_gettransactionbyhash`](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_gettransactionbyhash)) the data of the transaction can be retrieved via accessing the `input` property....

Good First Issue

### What was wrong? When retrieving the transaction doesn't contain the `transactionIndex` property. JSON-RPC [eth_gettransactionbyhash](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_gettransactionbyhash). ### How can it be fixed? Probably implementing transaction index feature.