Skip to main content

Intro

In this series of examples we will figure out basic steps you need to follow to build a UI around any smart contract and perform various routines common for both frontend and backend parts of any application. We expect a reader to have basic experience with JS.

For React developers, there is an example of a React App built around Everscale smart-contracts.

Before we start, please make sure you've read through basic theory that we put under the Build section of this documentation, especially the Smart Contracts, ABI and Messages article.

Also, be aware that we borrow some code samples from the full Everscale Development Guide, so don’t hesitate to check that out if you want to dive deeper into the context.