-
Notifications
You must be signed in to change notification settings - Fork 0
Home
cfxdevkit edited this page Dec 18, 2024
·
6 revisions
The repository-template provides a foundational structure for starting projects in any programming language. Whether you're using GitHub Codespaces or VS Code, it offers a pre-configured devcontainer to simplify your development environment setup.
- Base Repository Structure: A clean, organized foundation for building projects in any language.
- Integration with the devkit CLI utility to start an independent Conflux node for development purposes.
- Environment setup for interacting with a local blockchain node.
This repository serves as a starting point for blockchain projects but does not include:
- Tools to deploy contracts.
- Additional utilities for specific programming languages.
Instead, it provides a versatile CLI utility that allows you to launch a local Conflux blockchain node for development. You can build and customize your tools on top of this base structure to suit your project's needs.
The repository-template is perfect for:
- Teams needing a reliable local node for testing and experimentation.
- Projects in any language that interact with the Conflux blockchain.
Get started with the Quickstart-Guide now and customize the repository-template to kickstart your blockchain development journey!