📄️ Everdev CLI Quick Start
Everdev is a Node.js package with CLI interface that allows to set up developer environment and develop on TVM compatible blockchains (Everscale, Venom, TON, Gosh, etc).
📄️ Locklift Environment setup
Locklift
📄️ Deploy TIP-3 Token
One of the most popular use cases for Everscale is the creation of custom tokens using the TIP-3 standard. TIP-3 tokens are fungible tokens that follow a set of rules and standards, making them compatible with a variety of wallets, exchanges, and other Everscale-based services.
📄️ Tutorial: Tokensale
Let's write a simple, step-by-step tokensale contract.
📄️ Tutorial: Voting system
Most leading blockchain networks implement decentralized voting systems. Everscale is no exception to this widespread practice.