Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/formfunction-hq/resources


https://github.com/formfunction-hq/resources

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

![](images/banner.jpeg)


Formfunction Open Source Resources


Overview
  •  
Resources




## Overview

This is a repository of resources about Formfunction, an NFT marketplace created for independent artists and creators. The marketplace was [officially closed on March 29, 2023](https://www.blog.formfunction.xyz/blog/message-from-formfunction). The code has been made open source so that any interested parties can build on top of it.

Formfunction's code can be found in these repositories:
- [Formfunction Monorepo](https://github.com/formfunction-hq/formfunction-monorepo)—the frontend and backend code for Formfunction.
- [Formfunction Auction House](https://github.com/formfunction-hq/formfunction-auction-house)—Solana program and TypeScript SDK that handles on-chain marketplace transactions (e.g. bidding, buying editions).
- [Formfunction Gumdrop](https://github.com/formfunction-hq/formfunction-gumdrop)—Solana program and TypeScript SDK for the participation NFT feature.
- [Formfunction Program Shared](https://github.com/formfunction-hq/formfunction-program-shared)—Various utils that the program repositories use.
- [Formfunction Campaign Treasury Manager](https://github.com/formfunction-hq/formfunction-campaign-treasury-manager)—Unfinished implementation of treasury management for campaigns.
- [Formfunction Candy Machine](https://github.com/formfunction-hq/formfunction-candy-machine)—A fork of Metaplex's Candy Machine that adds the ability to use a Merkle allowlist.

Product videos demonstrating the product can be found [here](https://www.youtube.com/playlist?list=PLaa5ShwHbvIStYqz7XaaQFIfSAs7XNK_l).

## Resources

- [How to Build a Solana NFT Marketplace](how-to-build-a-solana-nft-marketplace.md)
- [How Participation NFTs Work](participation-nfts.md)
- [How Campaigns Work](campaigns.md)
- [Designing Formfunction: A UX Case Study](designing-formfunction.md)