Home

Awesome

Everscale SDK Samples

In this repository you will find examples of using official Everscale SDKs. If it helped you, please give it a star:)

Have a question? Get quick help in our channel:

Channel on Telegram

Why you may need this repository?

To get a deeper understanding dive into SDK guides where you can find extensive explanations and descriptions of each step of DApp development on Everscale.

Repository structure

demo folder contains demo samples that can be used as a quick start and also can be installed via everdev .

core_examples folder contains samples demonstrating different core SDK functionality and is constantly replenished with samples with new core sdk features. At the moment only @eversdk/core JS package samples are present. If you need Rust samples, leave us an issue and we will provide you with it.

appkit_examples folder contains samples that use AppKit - Everscale Javascript Application Kit - package that is built over the @eversdk/core package and purposed to simplify writing applications on Everscale

nfc_card folder contains examples of projects working with NFC Security Card using React-Native, Swift and Android SDKs.

Installation

This repository contains submodules. So after cloning you have to:

git submodule init
git submodule update

Full Documentation

Source code