Dark Forest Dev Guides
1.0.0
1.0.0
  • Developing for Dark Forest!
  • Connecting to the blockchain
    • What is an RPC endpoint?
    • Changing your RPC endpoint
    • Running your own xDAI node
  • Plugins
    • What is a plugin?
    • Writing your first plugin
    • Porting v0.5 plugins to v0.6
  • Mining
    • What is mining?
    • Sharing map data
    • Running a headless miner
    • Connecting to a remote (headless) miner
  • Developer resources
    • Running a custom client
    • Developing plugins locally
    • 3rd-party contract development
    • Dark Forest subgraph
    • How to query a subgraph
  • SNARKing
    • Running a remote SNARKer
  • Contributing
    • Contributing to this knowledge base
Powered by GitBook
On this page

Was this helpful?

  1. Developer resources

3rd-party contract development

PreviousDeveloping plugins locallyNextDark Forest subgraph

Last updated 3 years ago

Was this helpful?

If you're interested in Ethereum smart contract development and Hardhat tooling we release all used in developing and maintaining the game

But thats not all. With that knowledge you should be able to write contracts that interact with the mainnet Dark Forest universe, no permission needed. See the example for a contract that lets users sell their daily reveal to the first bidder.

smart contract source code and scripts
Sophon Reveal Marketplace