Skip to content

Deploy scripts for dependencies

Emmanuel Vilsbol requested to merge setup_dev_env into master

Create deploy scripts for SwapBox dependencies

  1. Deploy ERC20 BaseToken
  2. Deploy Uniswap template
  3. Deploy Uniswap factory
  4. Create and Exchange with factory
  5. Create Atola with BaseToken and Exchange

To simplify contract development, we store the values of the first four steps in config/local.json This should also allow us to quickly deploy on another testnet by using another configuration file e.g. config/ropsten.json

Merge request reports