Tutorials for newcomers
Step by step tutorials to get started with example bots.
Type of repositories on Obyte Github page
Obyte Github page is located there https://github.com/byteball

ocore - main core library
syncs full database if full node.
relays storage units if full node.
obyte-gui-wallet - wallet apps with GUI
inherits
ocorelibrary.light node or full node.
wallet functionality.
graphical user interface for Windows, MacOS, Linux, Android and iOS.
headless-obyte - wallet for server without GUI
inherits
ocorelibrary.light node or full node.
wallet functionality.
can be controlled via chat.
can be controlled via JSON-RPC service.
obyte-witness - nodes that determine the main chain
inherits
headless-obyteandocorelibrary.only full node.
recommended to be behind TOR.
post new units (moves itself funds or posts oracle data) serially.
obyte-relay - peer that can be connected directly
inherits
ocorelibrary.only full node.
accepts incoming connections.
provides new units, stable units, balances & suitable parents to light nodes.
notifies wallet apps about new witnesses.
obyte-hub - hub that relays chat messages
inherits
obyte-relayandocorelibrary.relays encrypted chat messages between devices.
notifies wallet apps about new app version.
shows list of chat bots that are available to pair with.
shows metadata about assets.
bot-example - template for new projects
inherits
headless-obyteandocorelibrary.customized chat messages handling can be added.
customized actions on new transactions and stable transactions can be added.
can be used as a base of any new project that needs Obyte wallet functionality.
Tutorials to setup a node
Examples of using these libraries
Last updated
Was this helpful?