All Projects → bonedaddy → Tezos-Developer-Resources

bonedaddy / Tezos-Developer-Resources

Licence: MIT license
Resources for Tezos Developers

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Tezos-Developer-Resources

ruby-to-michelson
(Secure) Ruby to Liquidity w/ ReasonML Syntax / Michelson (Source-to-Source) Cross-Compiler Cheat Sheet / White Paper
Stars: ✭ 16 (-52.94%)
Mutual labels:  liquidity, tezos, michelson
techelson
A test execution engine for Michelson smart contracts.
Stars: ✭ 17 (-50%)
Mutual labels:  liquidity, tezos, michelson
pytezos
🐍 Python SDK & CLI for Tezos | Michelson REPL and testing framework
Stars: ✭ 93 (+173.53%)
Mutual labels:  tezos, michelson
TZComet
Contract Metadata Viewer on Tezos
Stars: ✭ 24 (-29.41%)
Mutual labels:  tezos, michelson
objkt-swap
Hic et Nunc smart contracts. FA2 multiassets: hDAO, OBJKTs, Marketplace, SUBJKTs and Unregistry.
Stars: ✭ 67 (+97.06%)
Mutual labels:  tezos, michelson
lamtez
An ML-inspired smart contract language, compiling to Tezos' Michelson VM
Stars: ✭ 22 (-35.29%)
Mutual labels:  tezos, michelson
routing
Aplus Framework Routing Library
Stars: ✭ 186 (+447.06%)
Mutual labels:  resource
CatAsset
Unity资源管理框架
Stars: ✭ 130 (+282.35%)
Mutual labels:  resource
tzindex
Tezos Blockchain Indexer
Stars: ✭ 64 (+88.24%)
Mutual labels:  tezos
bcdhub
Better Call Dev backend
Stars: ✭ 30 (-11.76%)
Mutual labels:  tezos
getting-started
✨ START HERE ✨ Introduction to the club with a bunch of useful links!
Stars: ✭ 17 (-50%)
Mutual labels:  resource
tezbridge-legacy
This is the legacy code base of TezBridge
Stars: ✭ 13 (-61.76%)
Mutual labels:  tezos
ResourcesPoet
Kotlin API for generating Android XML Resources
Stars: ✭ 102 (+200%)
Mutual labels:  resource
crypto-code-school-inside-tezos
Interactive Code School for onboarding newcomers to build DApps on Tezos using SmartPy
Stars: ✭ 48 (+41.18%)
Mutual labels:  tezos
tezos-k8s
Deploy a Tezos Blockchain on Kubernetes
Stars: ✭ 43 (+26.47%)
Mutual labels:  tezos
harbinger
Harbinger is a decentralized price oracle solution for price feeds on the Tezos network. This repository contains top level documentation for the project.
Stars: ✭ 39 (+14.71%)
Mutual labels:  tezos
keyval-resource
a resource that passes key values between jobs
Stars: ✭ 39 (+14.71%)
Mutual labels:  resource
browser-resources
A Collection of official Resources/Status/Issues for browsers.
Stars: ✭ 127 (+273.53%)
Mutual labels:  resource
open-electronics
📚 💻 Great Resources for Electronics Enthusiasts
Stars: ✭ 347 (+920.59%)
Mutual labels:  resource
objection-authorize
isomorphic, "magical" authorization integration with Objection.js 🎉
Stars: ✭ 71 (+108.82%)
Mutual labels:  resource

Tezos-Developer-Resources

This repository aims to serve as a collection of Tezos development resurces to assist developers in using the Tezos blockchain.

Tezos is partially built on the idea of community driven governance, and incentivization of community driven development. Stephen Andrews has done a lot of the Tezos community already and his donation address for XTZ is tz1cLDXASgh48ntYmLqM3cqPEXmUtpJVVPma

If you are looking for a non techincal activate your Fundraisers wallet go Stephen Andrews has a tool activatez. Always DYOR (Do-Your-Own-Research) before using third party tools.

Scripts

  • tezos_install.sh - Installs a Tezos node
    • Tested on Ubuntu 16.04 + 18.04 although it should work with most debian distros
  • tezos_manager.sh - Wrapper for commonly used tezos node functions
    • Tested on Ubuntu 16.04
    • Allows you to start a node, start a baker service, and other general node commands

Resources

Various resources centered around getting a better understanding of all aspects of Tezos.

Tezos Keys

Social

Websites

General Information

Proof of Stake

Baking

Delegation

Development

Smart Contract Languages

Michelson

Michelson Tutorials

Liquidity

Liquidity Tutorials

Examples

Examples cover basic hello world, crowd funding, and a mini dapp called King Of The Tezos

Advanced Liquidity Examples
  • Examples/KingOfTheTezos/KingOfTheTezos_V4.ml - Tezos version of King Of The Ether.
  • identity
Basic Liquidity Examples
  • Examples/hello_world.ml is a basic hello world in liquidity
  • Examples/string_set.ml is a basic liquidity contract, allowing one to set a string value in storage
  • Examples/string_set_with_cost.ml allows you to set a string in storage if you pay 10tz
  • Examples/multi_string_set.ml allows you to set two strings in storage
  • Examples/multi_string_set_with_cost.ml allows you to set two strings in storage, and the value of the transaction if you pay 10tz or more
  • Examples/Crowdfund/Basic.sol - Extremely basic crowdfunding example

Tezos Dapps

Tools

Block Explorers

Golang

Javascript

Other Donation Addresses

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].