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

Resources

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.