Skip to content

obada-foundation/fullcore

Repository files navigation

OBADA | Node

fullcore is the ledger/node component of the OBADA network tech stack, built using Cosmos SDK and Tendermint.


build Coverage Status Go Report Card

fullcore: Ledger code for obada network

🚧 Testnet

Our testnet is the easiest place for developers and node operators to get started.

📌 Currently supported functionality

  • Basic token functionality for holding and transferring tokens to other accounts on the same network
  • Creating, managing, and configuring accounts and keys on a OBADA node
  • Minting and transferning OBADA NFTs

🛠 Developing & contributing to OBADA

fullcore is written in Go and built using Cosmos SDK. The Cosmos SDK Developer Guide explains a lot of the basic concepts of how the OBADA network functions.

Creating a local network

If you are building from source, or otherwise interested in running a local network, we have instructions on how to set up a new network for development purposes.

🐞 Bug reports & 🤔 feature requests

If you notice anything not behaving how you expected, or would like to make a suggestion / request for a new feature, please create a new issue and let us know.