Skip to content

Front-end#

Ergo JS Template#

The Ergo JS Template aims to serve as an entry point to Ergo dApp Development

Bootstrapped with Create React App. It contains ergo-ts and ergo-lib libraries as dependencies and some examples of how to use these libraries.

Explanations#

The following examples can be seen on the Ergo JS Template repository

  • Interacting with the explorer
  • Encoding different data types
  • Decoding fields (registers) of tokens

References#

  • ergo-ts with support of tokens and complex transactions
  • ergo-js with basic transaction operations

Other Examples#

The Ergo Raffle documentation provides a detailed description of their implmenetion.

Payments#