Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 8.32 KB

general.md

File metadata and controls

47 lines (39 loc) · 8.32 KB
description
General developer resources for building with Stacks and CityCoins.

General

Stacks

Stacks Cookbook Authenticate users, sign transactions and store data with the Stacks blockchain
micro-stacks The primary package modern Typescript (+javascript) projects use to build apps in the Stacks ecosystem
Stacks.js The Stacks.js libraries which provide everything you need to work with the Stacks blockchain
Stacks.js Docs In-depth library reference for Stacks.js
Stacks API Docs The OpenAPI specification for the Stacks 2.0 blockchain API. (more info)
Stacks Connect A JavaScript library for interacting with the Hiro Web Wallet.
Stacks Explorer Block explorer for the Stacks blockchain
Stacks Node API A full Stacks node and API implementation available via Docker or from source.

For wallets that support Stacks, see the how do I get started page.

Clarity

Language Overview Overview of the Clarity language constructs
Clarity Functions A detailed list of all functions for the Clarity language
Clarity Keywords A detailed list of all keywords for the Clarity language
Clarity Types A detailed list of all types for the Clarity language
Clarigen A developer tool that automatically generates TypeScript-friendly clients that can interact with Clarity smart contracts.
Clarinet A Clarity runtime packaged as a command line tool, designed to facilitate smart contract understanding, development, testing and deployment
Clarity of Mind Clarity of Mind is both an introductory as well as a reference book for the Clarity smart contract language
Clarity Tools An interactive, browser-based Clarity IDE for experimentation
Clarity Universe A portal that brings together everything a developer, project, or company needs to be successful with the Clarity smart contract language
VSCode Extension Provides language features for Clarity like auto complete, go to definition, find all references, etc

CityCoins

CityCoins Brand Resources Logos, illustrations, and style guides for each city.
CityCoins Github Org The GitHub organization that contains the contracts, user interface, and other resources related to the CityCoins protocol
CityCoins API (github) A simple API to interact with Stacks and CityCoins data without dependencies.
CityCoins Contracts The main contract repository including a test suite using Clarinet.
CityCoins Governance Community-submitted CityCoins Improvement Proposals (CCIPs)
CityCoins Scripts Node.js scripts that interact with the protocol via a prompt-driven console interface (documentation).
CityCoins UI Template The main UI template used to create minecitycoins.com and interact with the CityCoins protocol