Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/formfunction-hq/resources
https://github.com/formfunction-hq/resources
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/formfunction-hq/resources
- Owner: formfunction-hq
- Created: 2023-04-05T21:24:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T03:08:19.000Z (over 1 year ago)
- Last Synced: 2024-10-20T09:42:44.227Z (3 months ago)
- Size: 14.6 MB
- Stars: 27
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-solana-nfts - FormFunction - 1/1 art marketplace (💸 NFT Marketplaces)
README
![](images/banner.jpeg)
## 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)