Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 2.45 KB

README.md

File metadata and controls

60 lines (39 loc) · 2.45 KB

Cardano DevKit 🪚🔩⛓

Tests Release Publish conventionalcommits License Discord

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

🚧 Under Construction 🚧

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!

🚀 Getting Started

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

📦 Building the App

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.

Contributing 🤝

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! 💙

📓 Additional Documents

License 📄

This project is licensed under the Apache 2.0 License. See the LICENSE file for more details.

Happy Building! 🛠️