Artifact Market
Buy and sell artifacts in Dark Forest with the Artifact Market plugin
Installation
Create a new plugin and add the following code:
export { default } from "https://darkforest.market/plugin.js"
Features
- Buy, list and withdraw your artifacts on the marketplace
- Sort artifacts by name, property values, and price
- Search to filter artifacts by type and rarity
Resources
- contract 0x95f0C147109ca7b18882bbD7Dbc636F103D27cD5
- github github.com/dfdao/artifact-market
- issues github.com/dfdao/artifact-market/issues
- twitter twitter.com/d_fdao
Warning
The smart contract written for this marketplace has not been audited, use at your own risk.
Danger
Plugins are evaluated in the context of your game and can access all of your private information (including private key!). Plugins can dynamically load data, which can be switched out from under you!!! Use these plugins at your own risk.
You should not use any plugins that you haven't written yourself or by someone you trust completely. You or someone you trust should control the entire pipeline (such as imported dependencies) and should review plugins before you use them.