8 stable releases
| 1.4.8 | May 6, 2023 |
|---|---|
| 1.4.7 | May 5, 2023 |
| 1.4.4 | May 4, 2023 |
| 1.4.3 | May 1, 2023 |
| 1.4.2 | Apr 30, 2023 |
#20 in #sales
73 downloads per month
255KB
6K
SLoC
Metaplex Program Library: Auction House
AuctionHouse is a protocol for marketplaces to implement a decentralized sales contract. It is simple, fast and very cheap. AuctionHouse is a Solana program available on Mainnet Beta and Devnet. Anyone can create an AuctionHouse and accept any SPL token they wish.
Full docs can be found here.
title: Auction House
Background
To know more about the Auction House program, see https://docs.metaplex.com/auction-house/definition
Running the tests
To run the tests we need to build the token-metadata first, the steps are as follows:
- Navigate to the
metaplex-program-library/token-metadata/programdirectory first. - Run
cargo build-bpf --bpf-out-dir ../../test-programs/in your terminal. - Once you run the builds you should see a
test-programsdirectory in your root folder, that would contain thempl-token-metadata.sofile. - Navigate to the
metaplex-program-library/auction-house/programdirestory and runclear && RUST_LOG=debug cargo test-bpf --bpf-out-dir ../../test-programs/ 2>&1 | grep -v CounterPoint, and you should see the tests running.
Dependencies
~36MB
~702K SLoC