Advanced Smart Contract IDE for Clarity
A streamlined and intuitive integrated development environment (IDE) designed for developing, compiling, and deploying Clarity smart contracts seamlessly from the browser.
Claride is an open-source Integrated Development Environment (IDE) specifically designed for Clarity smart contracts. It provides developers with a powerful and user-friendly platform for writing, compiling, and deploying contracts within the Clarity blockchain ecosystem. Claride seamlessly integrates with Clarity networks, enabling efficient contract management and testing. This repository serves as the home for Claride, supporting developers in their journey of smart contract development and deployment on Clarity.
To start using Claride, visit our Documentation
To run Claride locally, follow these steps:
First, clone the Claride repository to your local machine using Git:
git clone https://github.com/solide-project/clarideNavigate into the cloned repository directory and install the required npm packages:
cd Claride
bun installNext, install rust and clarinet and all the backend dependency for interacting with Clarity
sudo apt install build-essential pkg-config libssl-dev
git clone https://github.com/hirosystems/clarinet.git
cd clarinet
cargo clarinet-installCreate a .env.local file in the root directory of the project and use the following template to fill in the required variables:
PROJECT_PATH=
GITHUB_API_KEY=
After configuring the environment variables, start the Claride IDE:
bun run startThis command will launch the Claride IDE in your default web browser.
We welcome contributions from the community to enhance Claride further. If you have suggestions, bug reports, or want to contribute code, please follow our Contribution Guidelines.
Join the Claride community for discussions, support, and collaboration. Visit our Discord channel (Coming Soon) to connect with fellow developers and enthusiasts.
Claride is released under the MIT License. Feel free to use, modify, and distribute Claride for your projects.
Note: Claride is a community-driven project aimed at fostering openness, collaboration, and innovation in the blockchain development domain. Your feedback and contributions are highly valued. Let's build the future of smart contract development together!
Support us by starring this Repository and following us on X! 😊