A frontend tool for creating and initializing various pool types on Balancer
To run the code locally, the following tools are required:
git clone https://github.com/balancer/pool-creator.git
cd pool-creator
yarn install
yarn start
.env
file located in the root directorySEPOLIA_RPC_URL=
MAINNET_RPC_URL=
GNOSIS_RPC_URL=
ARBITRUM_RPC_URL=
chains.foundry
as the first item of targetNetworks
in the scaffold.config.ts
file targetNetworks: [chains.foundry, chains.sepolia, chains.mainnet, chains.gnosis],
targetFork
network in scaffold.config.ts
targetFork: chains.sepolia,
targetFork
make fork-sepolia
make fork-mainnet
make fork-gnosis
make fork-arbitrum
yarn start