Skip to content
cfxdevkit edited this page Dec 18, 2024 · 6 revisions

Welcome to the Repository Template Wiki!

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.


What's Included?

  • 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.

What This Template Is (and Isn't)

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.


Why Use This Template?

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!

Clone this wiki locally