Experiment the Factory Contract.
1. Open and read the contract:
2. Compile the contract
cd factory
make build3. Read and run the tests:
make test1.- First, set your enviromental variables
2.- Let's create two dummy tokens:
3.- Build both the Pair and the Factory contract
4.- Install the Pair contract WASM
5.- Deploy and initialize the Factory contract
6.- Create a Pair contrract using the SoroswapFactory contract.
7.- Test the Pair contract.
Last updated