Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.79 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.79 KB

Welcome to cardano-nft-maker 👋

License: MIT Twitter: NejcRavnik

A cardano-nft maker for my diploma thesis

Requirements

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.

Development

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

Running

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

Example

Click to play

Cardano nft maker demonstration

Author

👤 Nejc Ravnik

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator