Skip to content

The Art of Blockchain Programming, a guide designed to take you from zero to hero in the world of web3.

Notifications You must be signed in to change notification settings

commonprefix/art-of-blockchain

Repository files navigation

The Art of Blockchain Programming Documentation

This repository contains the documentation for The Art of Blockchain Programming, a guide to take you from zero to hero in the world of web3.

Instructions

  1. Install Node.js (version >= 18.0)
  2. Run npm install to install dependencies
  3. Run npm start to start the development server
  4. The site will be available at http://localhost:3000

Static files

The /static directory holds all static files: stylesheets, images, fonts, and documents.

Documentation Structure

The documentation is organized into three main sections:

  1. Prerequisites - Fundamental web2 knowledge required before diving into blockchain development
  2. Foundations - Core blockchain concepts and technologies
  3. Specialization - Deep dives into specific blockchain platforms

Contributing

  1. Create a new branch for your changes
  2. Make your changes following the existing documentation structure
  3. Test locally using npm start
  4. Submit a pull request with a clear description of your changes

Deployment

The site is automatically deployed to Vercel when changes are pushed to the main branch. Make sure to:

  1. Ensure the build succeeds by running npm run build locally
  2. Verify all links are working

About

The Art of Blockchain Programming, a guide designed to take you from zero to hero in the world of web3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published