How to send an EIP-1559 transaction using Go
If you're using Go, check out this pretty good guide about how to interact with Ethereum. In particular, this example shows how to send a legacy transaction. But since there isn't an example for the EIP-1559 transaction type, we'll cover that here.