The goal of this hypercerts platform is to enable continuous funding for all of our project partners. Funders will be able to fund any of our partner projects' impact work, and receive a fraction of that hypercert (proportional to the amount that they have funded) in return.
The (beta) app is accessible on hypercerts-platform.vercel.app.
Partner projects define their work scope, cost and timeline, and funders anywhere in the world can fund this project at any time.
This platform will have impact metric integrations from various sources, including but not limited to:
- The green globe to show geospatial and environmental metrics
- Metrics garden for impact reviews.
- Karma.gap for milestones
- The projects themselves for any additional data that they want to add.
- TypeScript programming language
- Next.js full-stack framework
- TailwindCSS css framework
- shadcn/ui ui components
- Hypercerts tokenized impact certification
- ethers.js Ethereum API library
- viem TypeScript interface for Ethereum
- Wagmi interface for Ethereum
- WalletConnect crypto wallet connector
- Biome formatter/linter
We recommend direnv for managing your environment variables
Node.js: this project requires installation of Node.js 18.17 or later. Next Documentation
Ethereum Sepolia: The Hypercert Marketplace is currently deployed on Sepolia Testnet. To interact with Voicedeck's impact Hypercerts, you'll need to connect to Sepolia Testnet and obtain SepoliaETH from a testnet token faucet.
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/ |
git clone [email protected]:GainForest/hypercerts-platform.git
cd app && bun install
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
.
- 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.
- 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.
- 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.