Getting Started

The Super Blockchain Scaffolder is an easy to use command line utility for scaffolding blockchain projects.


The Super Blockchain Scaffolder is language agnostic. It can scaffold projects of any programming language and any platform!


The Super Blockchain Scaffolder works on MacOS, Windows, Linux, and embedded systems.


The Super Blockchain Scaffolder is great for:

  • - Rapidly create a new project.
  • - Creating modules or packages.
  • - Bootstrapping new smart contracts.
  • - Exploring devlopment on unfamiliar blockchains and platforms.
  • - Getting started quickly with up-to-date code that works.
  • - Explaining standards, best practices, and style guides with full example projects.
  • - Promoting new projects by letting users get started quickly and easily with one or more starter apps.

Installation

It is recommended to install the sbs cli tool with npm.


One-line install using npm:

npm i -g sbs-cli

Note: If you already have a previous version of the sbs cli installed then the command above will replace it with the latest.


Discovering Starters

You can browse, filter, and search through the complete list of starters on the search page.


Usage

See the scaffold page for information on how to use the sbs cli tool to scaffold new projects!


Contributing

See the contribute page for information on contributing back to the project and adding more starters!


Uninstall

The sbs cli tool can be uninstalled with npm's uninstall command.

npm uninstall -g sbs-cli

Copyright 2023 © Super Blockchain Scaffolder