Giter Site home page Giter Site logo

batermj / blockchain-developer-resources Goto Github PK

View Code? Open in Web Editor NEW

This project forked from christophera/blockchain-developer-resources

0.0 3.0 0.0 14 KB

List of opininated links to resources useful to blockchain and bitcoin developers

License: Creative Commons Zero v1.0 Universal

blockchain-developer-resources's Introduction

Blockchain-Developer-Resources

A list of opininated links to resources useful to blockchain and bitcoin developers.


Bitcoin

Non-Technical Introductions

Non-Technical Videos (Very Intro)

Non-Technical Videos (More Detail)

Non-Technical Videos (Intermediate & Related Topics)

Non-Technical Articles

Technical Introductions

Technical Videos

Technical Books

Technical Articles

Tutorials

Sidechains

Sidechains are new blockchains, but are backed by Bitcoin rather than being an altcoin. Using "two-way pegging" these sidechains provide a method for developers to make changes and play around with blockchain rules in a separate blockchain, while keeping these coins linked to Bitcoin.

Introduction

Concepts

Tutorials

Projects

Altcoins

Introduction

Tutorials

Projects

  • CoinGecko has charts for a number of altcoins, but more importantly, attempts to measure developer and user community activity.

Javascript & Bitcoin

At Blockchain University we use a number of Javascript based examples to teach the more technical details of Bitcoin. You are not required to have an in-depth knowledge of Javascript, but learning some basics is very useful.

Setting Up on Mac

If using a Mac, you'll need some basic knowledge how to use the Terminal and the Mac's command line interface, and you'll need to install brew, node and git. A basic tutorial on how to do this is at https://github.com/ChristopherA/intro-mac-command-line

You can also use this script which sets up your Mac automatically, but the above teaches you how do to do it manually https://github.com/blockchainu/prepare-osx-for-blockchain-webdev

Introduction to Javascript

Javascript is in both server (node) and client (browser) development. Some basics of Javascript are common to both. Here are some resources for learning about Javascript that are generally applicable to both platform.

Introduction to Node & Javascript

Server-based Javascript typically uses Node. These Javascript learning resources are node specific:

  • I like the command-line based nodeschool.io tutorials, as they require you to both use the command line and to create real working code. These are the basic interactive tutorials, but there are many more available.
  • Learn javascripting basics npm install -g javascripting
  • Learn Node basics: npm install -g learnyounode
  • Learn git: npm install -g git-it

Online courses on Javascript

Most of these courses teach general Javascript, but tend to be more client-side Javascript oriented.

Free online courses:

Some non-free online courses:

General Javascript Books and eBooks

Some general Javascript online books in eBook (in rough order of preference)

Local-client Javascript Tools & Playgrounds

These tools can be cloned from github to allow you to use your browser to play around with various bitcoin capabilities:

  • Bip32 Generator git clone https://github.com/bip32/bip32.github.io.git ; cd bip32.github.io ; open index.html lets you create Bip32 Deterministic Heirarchical Keys (prefix xpub* and xprv*) based on a simple brainwallet (aka arbitrary mnemonic) passphrase.
  • Bip39 Mnemonic Code Converter npm install bip39 ; npm run compile lets you create Bip39 mnemonics (typically 12 words) used for deterministic keys, typically for Bip32.

Bitcore.js

Testnet Faucets

You'll need bitcoin testnet coins while developing apps with bitcoin. List in rough order of reliability and number of coins offered.

Bitcoin Standards

Blockchain Explorers

blockchain-developer-resources's People

Contributors

christophera avatar

Watchers

Bater.Makhabel avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.