Skip to content

Starter repository to build your own hypercerts platform

Notifications You must be signed in to change notification settings

hypercerts-org/hypercerts-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hypercerts template repository

Welcome to the Hypercerts Template! This is a simple template for creating a fundraising platform based on hypercerts.

Features

For builders

  • Mint hypercerts with custom metadata
  • Provide a simple interface for evaluating hypercerts
  • Use custom frontend components for context specific data, like rendering GPS data based on the geoJSON format.

For operators

  • Contain the UX to your specific use case
  • Expose domain specific data like GPS coordinates, measurements, etc.
  • Design custom fund raising experiences

Tech Stack

Getting Started

Prerequisites

Node.js: this project requires installation of Node.js 18.17 or later. Next Documentation Wallet with Sepolia ETH Bun

Network Configuration

Parameter Value
Network Name Sepolia test network
RPC URL https://sepolia.infura.io
Chain ID 11155111
Currency Symbol SepoliaETH
Block Explorer URL (Optional) https://sepolia.etherscan.io/

Run Locally

Clone the repository

  git clone [email protected]:hypercerts-org/hypercerts-template.git

Install dependencies

  cd app && bun install

Start the server

  bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/reports/page.tsx.

Helpful References

  • Hypercerts Documentation Hypercerts create this interoperability by serving as a single, open, shared, decentralized database for impact funding mechanisms. A single hypercert is a semi-fungible token that accounts for work that is supposed to be impactful and whose ownership is fractionizable and transferable (under specific conditions). Hypercerts do not impose any specific funding mechanisms but provide baseline invariant guarantees such that claims will not be forgotten as different mechanisms come into and out of fashion. This is also why hypercerts are especially useful for any retrospective funding mechanisms – funding can be applied to claims of the past.
  • TypeScript Documentation TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.
  • Next.js Documentation Next.js is a React framework for building full-stack web applications. You use React Components to build user interfaces, and Next.js for additional features and optimizations. Under the hood, Next.js also abstracts and automatically configures tooling needed for React, like bundling, compiling, and more. This allows focus on building the application instead of spending time with configuration.
  • Tailwind Documentation Tailwind CSS is a utility-first CSS framework for rapidly building modern websites without ever leaving your HTML. A utility-first CSS framework packed with classes that can be composed to build any design, directly in your markup.
  • Shadcn Documentation Shadcn provides beautifully designed components that you can copy and paste into your apps and enables you to bootstrap them via cli. It 5x's productivity and allows focus on what matters most, business logic + features.
  • ethers.js Documentation The ethers.js library aims to be a complete and compact library for interacting with the Ethereum Blockchain and its ecosystem. It is often used to create decentralized applications (dapps), wallets (such as MetaMask and Tally) and other tools and simple scripts that require reading and writing to the blockchain.
  • viem Viem is a TypeScript Interface for Ethereum that provides low-level stateless primitives for interacting with Ethereum. It delivers a great developer experience through modular and composable APIs, comprehensive documentation, and automatic type safety and inference.
  • WalletConnect Documentation The Web3Modal SDK allows you to easily connect your Web3 app with wallets. It provides a simple and intuitive interface for requesting actions such as signing transactions and interacting with smart contracts on the blockchain.

About

Starter repository to build your own hypercerts platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.9%
  • Other 1.1%