๐๏ธ Intro
To start your developer journey with Everscale, some important concepts should be understood first.
๐๏ธ Developer Tools Overview
Wallets
๐๏ธ Account Abstraction
On the differences between Ethereum and Everscale approaches to Account Abstraction
๐๏ธ Actor model
Let's consider one smart contract.
๐๏ธ TVMCell Data structures
Everything in Everscale is stored in cells. A cell is a data structure containing:
๐๏ธ Smart Contracts, ABI and Messages
Frontend developers used to build a UI around some machinery called โbackendโ, that can be accessed via an API. The common practice in software development is to have some schema definitions, usually built with tool called swagger.
๐๏ธ Smart Contracts
5 items
๐๏ธ Frontend and Backend recipes
8 items
๐๏ธ GraphQL code generation
Integrating Evercloud GraphQL API with Typescript
๐๏ธ GraphQL Block and Transaction Pagination: Best Practice
Introduction