# Vite **Repository Path**: kgduyjj_mirrors/Vite ## Basic Information - **Project Name**: Vite - **Description**: Vite 是一个通用的去中心化应用平台,在兼顾安全性的同时,满足了工业级应用对高吞吐、低延迟和扩展性的要求 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/vite - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-02-26 - **Last Updated**: 2022-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Logo

[Vite](https://vite.org) is a next-generation Reactive Blockchain that adopts a _message-driven, asynchronous architecture and a DAG-based ledger_. The goal for Vite’s design is to _provide a reliable public platform for industrial dApps_, with features of ultra-high throughput and scalability. ## Go Vite Official golang implementation of Vite Protocol [![GitHub release](https://img.shields.io/github/release/vitelabs/go-vite.svg)](https://github.com/vitelabs/go-vite/releases) [![Go Report Card](https://goreportcard.com/badge/github.com/vitelabs/go-vite)](https://goreportcard.com/report/github.com/vitelabs/go-vite) [![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/vitelabs/go-vite.svg)](https://github.com/vitelabs/go-vite/pulls) [![Downloads](https://img.shields.io/github/downloads/vitelabs/go-vite/total.svg)](https://github.com/vitelabs/go-vite/releases) The go-vite binary files can be download from [releases](https://github.com/vitelabs/go-vite/releases). ## Guides & Documentation * [White Paper](https://github.com/vitelabs/whitepaper/blob/master/vite_en.pdf) * [Documentation](https://docs.vite.org/go-vite/) * [Techblog](https://docs.vite.org/go-vite/articles/) * [Runing a node](https://vite.wiki/tutorial/node/install.html) ## Product * [Products Navigation](https://vite.net) * [Web Wallet](https://wallet.vite.net) * [Desktop Wallet](https://github.com/vitelabs/vite-wallet) * [Wallet App](https://app.vite.net) open through mobile browser * [Block Explorer](https://vitescan.io/) ## Links & Resources * [Project Vite official Website](https://www.vite.org/) * [Vite products](https://vite.net) * [Twitter](https://twitter.com/vitelabs) * [Telegram](https://t.me/vite_en) * [Telegram Announcement](https://t.me/vite_ann) * [Reddit](https://www.reddit.com/r/vitelabs) * [Discord](https://discordapp.com/invite/CsVY76q) * [Youtube](https://www.youtube.com/channel/UC8qft2rEzBnP9yJOGdsJBVg) * [Forum](https://forum.vite.net/) ## Installation You can choose one of the following installation options: - [Install from binary](https://docs.vite.org/go-vite/tutorial/node/install.html#install-from-binary) - [Install from source](https://docs.vite.org/go-vite/tutorial/node/install.html#install-from-source) ### Faster ledger sync [download](ledger_snapshot.md) gvite ledger file manually. ## Contribution We are very very welcome contributions from anyone, even if little change (eg. improving comment, formatter) can help us make Vite better! If you\`d like to contribute to vite, please fork, fix, commit and make a pull request. We\`ll review and handle the PR. Please make sure your code follows our guidelines: - Code must be formatted&commented to the official Go [formatting](https://golang.org/doc/effective_go.html#formatting)&[comment](https://golang.org/doc/effective_go.html#commentary) guidelines - Pull request is recommended to be base on `master` branch ## License The go-vite source code is under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.html), also announced in the `LICENSE` file in our code repository.