Welcome to Cardano DevKit! This project is designed to be the go-to toolkit for setting up a local Cardano network. Whether the goal is to test, showcase, scaffold, or template, Cardano DevKit bundles a variety of community tools, based on the powerful Yaci DevKit, to streamline and support the development process.
About the product: product specs
Please note that Cardano DevKit is currently under construction. We are actively working on adding more features and improving the existing ones. Stay tuned for updates!
To run the tauri app locally, please clone the repository and run the following commands:
npm i
npm run tauri dev
If you want to run cardano-devkit cli commands locally, you can run the following commands:
cd core
cargo run -- help
To build the tauri app, you can run the following command:
npm run bundle
This will create a platform-specific exectuable. This executable is able to run as an application with ui, or as a cli tool.
All contributions are welcome! Please feel free to open a new thread on the issue tracker or submit a new pull request.
Please read Contributing in advance. Thank you for contributing! 💙
This project is licensed under the Apache 2.0 License. See the LICENSE
file for more details.
Happy Building! 🛠️