Skip to content

docs: writing your first application guide #3016

@melekes

Description

@melekes
you can use our ABCI server https://github.com/tendermint/tendermint/tree/master/abci/server
to run the app

example: https://github.com/tendermint/tendermint/blob/9c236ffd6c56add84f3c17930ae75c26c68d61ec/abci/tests/client_server_test.go#L14-L21
13:41
or you can bundle your application together with Tendermint
  1. separate app using an ABCI server (ideally for every popular language out there)
  2. Tendermint and app bundled together (Golang only)

Metadata

Metadata

Assignees

No one assigned

    Labels

    C:docsComponent: Documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions