All Projects → tonlabs → sdk-samples

tonlabs / sdk-samples

Licence: Apache-2.0 license
EVER SDK samples

Programming Languages

javascript
184084 projects - #8 most used programming language
solidity
1140 projects
java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language
Starlark
911 projects
HTML
75241 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to sdk-samples

tonos-se
Local Node for Everscale DApp development and testing
Stars: ✭ 29 (-21.62%)
Mutual labels:  freeton, everscale
TON-SDK
Core Everscale Client library - develop decentralized applications on Everscale blockchain. 14 programming languages supported.
Stars: ✭ 110 (+197.3%)
Mutual labels:  freeton, everscale
everdev
Everscale Development Environment - Set up all the core Developer tools and work with Everscale blockchain from a single interface
Stars: ✭ 55 (+48.65%)
Mutual labels:  freeton, everscale
ton-client-js
Everscale Javascript SDK
Stars: ✭ 60 (+62.16%)
Mutual labels:  freeton, everscale
samples
Learn about Spice.ai with in-depth samples
Stars: ✭ 16 (-56.76%)
Mutual labels:  samples
atata-samples
Automation test samples based on Atata Framework
Stars: ✭ 39 (+5.41%)
Mutual labels:  samples
MicroPython-Samples
📚 Provide many interesting MicroPython Code.
Stars: ✭ 51 (+37.84%)
Mutual labels:  samples
uwp-demos
This repository contains the samples for Syncfusion Universal Windows Platform UI Controls and File Format libraries and the guide to use them.
Stars: ✭ 20 (-45.95%)
Mutual labels:  samples
Amplituda
Amlituda - an android library that calculates amplitudes from audio and provides data in different formats. Based on this data, you can draw waveform. Android audio amplitude library.
Stars: ✭ 75 (+102.7%)
Mutual labels:  samples
bitmovin-player-web-samples
Showcases build around the Bitmovin Adaptive Streaming Player, demonstrating usage and capabilities of the HTML5 based HLS and MPEG-DASH player, as well as the Flash based Fallback.
Stars: ✭ 69 (+86.49%)
Mutual labels:  samples
WebDAVServerSamplesJava
WebDAV server examples in Java based on IT Hit WebDAV Server Library for Java
Stars: ✭ 38 (+2.7%)
Mutual labels:  samples
spring-cloud-circuitbreaker-demo
Samples demonstrating how to using Spring Cloud Circuitbreaker
Stars: ✭ 43 (+16.22%)
Mutual labels:  samples
frontend-sample-showcase
No description or website provided.
Stars: ✭ 16 (-56.76%)
Mutual labels:  samples
EPPlus.Sample.NetCore
EPPlus samples for .NET Core. More details in Readme.md.
Stars: ✭ 68 (+83.78%)
Mutual labels:  samples
cloud-build-samples
Code snippets used in Cloud Build documentation
Stars: ✭ 63 (+70.27%)
Mutual labels:  samples
tonix
Tonix provides basic file system functionality, as well as an interactive shell with a Unix-style command line interface.
Stars: ✭ 20 (-45.95%)
Mutual labels:  everscale
vsphere-automation-sdk-.net
[DEPRECATED] Please see README. C# samples, language bindings, and API reference documentation for vSphere, VMC, and NSX-T using the VMware REST API
Stars: ✭ 67 (+81.08%)
Mutual labels:  samples
csa-misc-utils
Miscellaneous samples, documents, how-tos, utilities, scripts, and other CSA tidbits
Stars: ✭ 79 (+113.51%)
Mutual labels:  samples
welcome-to-the-state-machine-demos
Demos and sample for my "Welcome to the (state) machine" talk
Stars: ✭ 17 (-54.05%)
Mutual labels:  samples
awesome-power-platform
A collection of awesome things regarding the Power Platform ecosystem.
Stars: ✭ 36 (-2.7%)
Mutual labels:  samples

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?

  • If you want to create your own DApp in Everscale, then SDK samples is a good place to start. You can start with the very simple hello application in Node.js. Or explore a more complex Web application imitating p2p exchange.

  • Explore new features. We constantly update the repository with samples that use new SDK features.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].