Nervos CKB

Nervos CKB

  • Explorer
  • GitHub

›Tooling

Introduction

  • Welcome
  • What is Nervos?

Key Concepts

  • Introduction
  • Nervos Blockchain
  • Cell Model
  • Consensus
  • Economics
  • CKB-VM

Technical Concepts

  • CKB Architecture
  • Design Philosophy
  • State and Tokens
  • Script dependencies
  • Transaction Validation Lifecycle
  • CKB VM Verification Rules

Tooling

  • Introduction
  • Neuron Wallet
  • CKB-Explorer
  • ckb-sdk-js
  • ckb-sdk-ruby
  • Community Contribution
  • Useful Materials

Getting Started

  • Introduction
  • Run a CKB Mainnet Node

Development Guide

  • Introduction
  • Testnet Aggron
  • Dev Chain
  • ckb-cli
  • ckb-sdk
  • Testnet Faucet
  • CKB JSON-RPC Protocols
  • Debugging CKB script

Glossary

  • General Glossary
  • Economic Glossary
  • Technical Glossary

References

  • Troubleshooting
  • Mining Resources
  • Nervos System Design
  • Neuron Wallet Guide
  • Neuron FAQ
Edit

ckb-sdk-ruby

  • Github

ckb-sdk-ruby is an SDK implemented in Ruby, produced by the Nervos Foundation and provides APIs for developers to send requests to the CKB blockchain. Please refer to the README for how to set it up. README also provides some use cases.

If you want to know more about how to use ckb-sdk-ruby, it’s recommended to refer to this series of articles:

  • Introduction to CKB Script Programming 1: Validation Model
  • Introduction to CKB Script Programming 2: Script Basics
  • Introduction to CKB Script Programming 3: UDT
  • Introduction to CKB Script Programming 4: WebAssembly on CKB
  • Introduction to CKB Script Programming 5: Debugging
Last updated on 12/17/2019
← ckb-sdk-jsCommunity Contribution →