A marketplace to buy and sell names on the Aeternity blockchain
For the demo it is assumed that you have Python v3.7 or above installed and configured and docker as well.
Install the python dependencies:
pip installl -r requirements.txt
start a local node:
docker-compose up -d
load the environment variables:
source .envrc
execute the demo steps
./run.sh
It is recommended to stop the node instance and clean the resources after running the demo:
docker-compose down -v