Crates.io | mpl-auction-house |
lib.rs | mpl-auction-house |
version | 1.4.1 |
source | src |
created_at | 2022-02-16 22:39:15.266127 |
updated_at | 2023-03-31 17:47:39.457502 |
description | Decentralized Sales Protocol for Solana Tokens |
homepage | |
repository | https://github.com/metaplex-foundation/metaplex-program-library |
max_upload_size | |
id | 533624 |
size | 548,489 |
To know more about the Auction House program, see https://docs.metaplex.com/auction-house/definition
To run the tests we need to build the token-metadata first, the steps are as follows:
metaplex-program-library/token-metadata/program
directory first.cargo build-bpf --bpf-out-dir ../../test-programs/
in your terminal.test-programs
directory in your root folder, that would contain the mpl-token-metadata.so
file.metaplex-program-library/auction-house/program
direstory and run
clear && RUST_LOG=debug cargo test-bpf --bpf-out-dir ../../test-programs/ 2>&1 | grep -v CounterPoint
,
and you should see the tests running.