# fdev
The Freenet Development Tool (`fdev`) is a command-line utility for creating, building, publishing, and testing Freenet contracts and delegates.
## Features
- Create new contract and web-app packages
- Build and compile WASM contracts/delegates
- Publish and update contracts
- Local testing with TUI-based WASM runtime
- Network simulation and testing tools
## Resources
- **Website**: [freenet.org](https://freenet.org/)
- **GitHub**: [github.com/freenet/freenet-core](https://github.com/freenet/freenet-core)
- **Full Documentation**: See the [detailed README](https://github.com/freenet/freenet-core/blob/main/crates/fdev/README-FULL.md) in the repository
- **Community**: [Matrix chat](https://matrix.to/#/#freenet:matrix.org)
## Installation
```bash
cargo install fdev
```
For detailed usage instructions and development setup, see the [GitHub repository](https://github.com/freenet/freenet-core).
## License
Licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
See [LICENSE.md](https://github.com/freenet/freenet-core/blob/main/LICENSE.md) for details.