An open API service indexing awesome lists of open source software.

https://github.com/convex-dev/convex.world


https://github.com/convex-dev/convex.world

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

          

# Convex.World Static Website

This is the static website for [Convex](https://convex.world), a decentralized network and execution engine based on Lattice Technology. Built with [Next.js](https://nextjs.org).

## About Convex

Convex is a decentralized network and execution engine for the Internet of Value, implementing a "Stateful Internet" where the network itself securely hosts and executes code and data. Key features include:

- Lattice Technology for efficient consensus and verifiability
- Global State model with immutable data structures and atomic transactions
- Lambda Calculus based VM supporting Turing complete Smart Contracts
- High transaction throughput with low latency
- 100% Green using Convergent Proof of Stake consensus
- Integrated on-chain compiler (Convex Lisp)

## Development

First, run the development server:

```bash
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `src/app/page.tsx`. The page auto-updates as you edit the file.

## Learn More

To learn more about Convex and Next.js, check out these resources:

- [Convex Documentation](https://docs.convex.world) - learn about Convex features and capabilities
- [Convex Design Documents](https://github.com/Convex-Dev/design) - architecture and design specifications
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial

## Deployment

Check out the [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.

## Community

Join the Convex community:
- [Discord](https://discord.com/invite/xfYGq4CT7v)
- [GitHub](https://github.com/Convex-Dev)
- [Documentation](https://docs.convex.world)