Lightweight Move Program IDE
Comprehensive intuitive integrated development environment tailored for load smart contract from various blockchain and repositories
Movide is an open-source Move Integrated Development Environment (IDE) designed to empower developers, educators, and blockchain enthusiasts in their journey of smart contract development and exploration. This repository serves as the home for the Movide IDE.
To start using Movide, visit our Documentation
To run Movide locally, follow these steps:
First, clone the Movide repository to your local machine using Git:
git clone https://github.com/solide-project/movideNavigate into the cloned repository directory and install the required npm packages:
cd movide
bun installNext, install rust and sui cli and all the backend dependency for interacting with move
# Install SUI Cli
sudo apt-get install curl git-all cmake gcc libssl-dev pkg-config libclang-dev libpq-dev build-essential
cargo install --locked --git https://github.com/MystenLabs/sui.git --branch testnet suiCreate 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 Movide IDE:
bun run startThis command will launch the Movide IDE in your default web browser.
We welcome contributions from the community to enhance Movide further. If you have suggestions, bug reports, or want to contribute code, please follow our Contribution Guidelines.
Join the Movide community for discussions, support, and collaboration. Visit our Discord channel (Coming Soon) to connect with fellow developers and enthusiasts.
Movide is released under the MIT License. Feel free to use, modify, and distribute Movide for your projects.
Note: Movide 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! 😊