Skip to content
Janison Sivarajah edited this page Dec 5, 2022 · 21 revisions

Welcome to the Fleek Contracts wiki!

This is the landing point for Fleek's initiative to implement infrastructure as Solidity contracts. The vision is to have this on a suitable L2 or L3 based on EVM so there is flexibility in terms of which chains to work with. And we can create a network of smart contracts that represent the different parts of your stack. The goal is to be a more verifiable and crypto-friendly Serverless.yaml or Cloudformation manifests.

Why Contracts

  • governance: on-chain management
  • automation: automate control of on-chain infrastructure
  • access: create an unstoppable access point for your apps
  • tokenization: buy, sell, stake, etc

High Level Roadmap

  1. Standalone Proof-of-concept (POC)
  • Basic structure of contracts, static sites use case, minimal metadata, ERC721 integration, access control
  • Minimal UI (minting, listing, viewing, visiting)
  • Documentation (installing, running, testing, contributing) and Wiki (project structure, engineering topics)
  • Discuss utility of product and value creation/extraction
  1. Contract improvements and hardening
  • Further testing and review
  • Add more metadata/functionality
  • Proxy
  • Gas optimizations, security review, fuzz testing
  • Finalize testnet instance
  1. Audit and Deploy to mainnet

  2. Integration to Fleek XYZ

  3. Standardization

  4. Extensions

  • Verifications
  • Lens integration
  • Ceramic integration
  • Meta-transactions (requires discussion)
  • New infra types (backend, contracts, )

Background

Fleek presented "sites as nfts" originally and the idea was take make web applications deployed on Fleek NFTs and mint them on chain. Since then we have been discussing the concept and what the next steps should be including ramping up on the POC work for it. Some of the discussion can be found at https://github.com/FleekHQ/fleek/discussions/20. This wiki is the starting point of capturing any further development in this repo and wiki with the aim to open source it as soon as possible and building this with the community.

Clone this wiki locally