A cardano-nft maker for my diploma thesis
The application requires docker and docker-compose utility. It is also recommended that you run it from Linux or under WSL2 if you are on Windows.
For development, you can use the following script which setups cardano-node and opens up a shell with a backend server. It might take some time at first , because the whole chain needs to sync
chmod +x ./run_backend_dev_environment.sh
./run_backend_dev_environment.sh
To run the entire app altogether first copy all the private keys from the specific environment to the appropriate file in keys directory, then run the following script.
chmod +x ./run_backend_dev_environment.sh
./run_solution.sh
👤 Nejc Ravnik
- Website: ravnik.org
- Twitter: @NejcRavnik
- Github: @nejcr
- LinkedIn: Nejc Ravnik
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator