Hi everyone,
I'm follow this tutorial to create a smart contract. I can do almost steps. But I'm only stuck at 1 step. I don't know how to deploy a contract with bytecode to test. I use Truffle (Quickstart) to deploy contract.
That tutorial here: Tutorial
const UniswapV2FactoryBytecode = require('@uniswap/v2-core/build/UniswapV2Factory.json').bytecode
Anyone please help me.
Thanks all.