I'm going to deploy the Uniswap contract on my customized Ethereum.
Could I replace fancy footwork in the factory by Solidity code?
I need to update this code assembly { pair := create2(0, add(bytecode, 32), mload(bytecode), salt)}
into general solidity code.
I tried this, but not working well.