Giter Club home page Giter Club logo

documentation's Introduction

Official Documentation of the Counterparty Project

The markdown documentation in this repository is rerendered hourly and made available at the Counterparty documentation site.

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

yarn install

Local Development

yarn start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.

documentation's People

Contributors

adamkrellenstein avatar chiguireitor avatar cryptcoin-junkey avatar deweller avatar droplister avatar ffmad avatar ivanaszuber avatar jdogresorg avatar livinginformation avatar mattmarcello avatar millz0r avatar ouziel avatar ouziel-slama avatar rippler avatar robby-d avatar taylorgibb avatar unsystemizer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

documentation's Issues

Asset description length not arbitrary?

I would consider this very low priority...

Protocol Specification states, "Asset descriptions may be of arbitrary length." However, it appears, at least when using Counterwallet, that 40 bytes is the limit for a description.

I have seen discussion online about 80 bytes being possible, depending on OP_RETURN settings.

This page states: https://counterparty.io/docs/api/ 52 bytes is the max.

There are also asset descriptions in the wild like: https://res.indiesquare.me/json/A2106870093763980398.json which are 57 bytes.

Perhaps, this part of the documentation can be clarified by someone who knows more than I do.

This is specifically about the description in an issuance, and not an enhanced asset info description which is 2048 chars max.

Add enhanced send to UI/CLI

See CounterpartyXCP/counterparty-cli#114

parser_send.add_argument('--memo', help='A transaction memo attached to this send')
parser_send.add_argument('--memo-is-hex', action='store_true', default=False, help='Whether to interpret memo as a hexadecimal value')
parser_send.add_argument('--no-use-enhanced-send', action='store_false', dest="use_enhanced_send", default=True, help='If set to false, compose a non-enhanced send with a bitcoin dust output')
 
'send': ['source', 'destination', 'asset', 'quantity', 'memo', 'memo_is_hex', 'use_enhanced_send'],

windows.md: semi-official site with OpenSSL for Win binaries is dead

It's been dead for 7 days.
There's a second semi-official site, http://indy.fulgan.com/SSL/, but the files are zipped and need to be uncompressed and installed manually (may require documentation updates).

List of "semi-official" sites with binary builds can be found at https://www.openssl.org/about/binaries.html

There's an unofficial location with binaries, but I can't tell whether they were copied from SLProWeb.com or built by these guys since slproweb.com is down.
http://code.x2go.org/releases/binary-win32/3rd-party/Win32OpenSSL/?C=M;O=D

Document Purpose and Properties of `messages` Table

The key is that Counterparty is a deterministic state machine.

Uses

  • detect discrepancies between state of multiple nodes and across versions (balance this with hiding implementation details and having stable hashes across upgrades)
  • use for building e.g. a secondary block explorer DB (note! no guarantee of backwards-compatibility!)
  • manage the mempool (?)
  • integrate with logging of deterministic events

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.