Skip to content

Latest commit

 

History

History
49 lines (43 loc) · 1.47 KB

index.md

File metadata and controls

49 lines (43 loc) · 1.47 KB
layout hero features
home
name text image tagline actions
Highlayer.
The full guide
src alt
/logo.svg
Highlayer
Learn how to build your first dApp with highlayer, setup highlayer node, basics of blockchain, and more.
theme text link
brand
Getting started
/guide/getting-started
theme text link
alt
API Examples
/general-documentation/http-api
title details
Fast
Highlayer is built with speed in mind, interactions with your smart contracts are executed immediately, allowing for atat-of-art UX.
title details
Cheap
Transactions/interactions on highlayer are cheap, sub-cents, and paid by your users, allowing you to focus on shipping new features rather than worrying about costs.
title details
Easy
JavaScript is the language of the web, and also the language of highlayer, so developing fully-fledged decentralized apps on highlayer is as easy as to develop usual web app.
<style> :root { --vp-home-hero-name-color: transparent; --vp-home-hero-name-background: -webkit-linear-gradient(120deg, #ab3915 30%, #db5e37); --vp-home-hero-image-background-image: linear-gradient(#ab3915, #ab3915); --vp-home-hero-image-filter: blur(44px); } @media (min-width: 640px) { :root { --vp-home-hero-image-filter: blur(56px); } } @media (min-width: 960px) { :root { --vp-home-hero-image-filter: blur(68px); } } </style>