This project is a place to store all packages that Dark Forest publishes for 3rd-party consumption. These are published in the npm registry and available at https://www.npmjs.com/org/darkforest_eth
These are the reference implementations for the published packages, but you may want to fork and edit them for own use. When forking, you'll likely need to generate JavaScript from the TypeScript code before it can be consumed by other code. A build
script is generally available to build each package correctly, and you can run it with yarn build
inside the package directory you are modifying.
We try to keep all these packages MIT licensed unless a specific license is required by a dependency choice. Each package contains its own LICENSE file and a SPDX "license"
identifier in the package.json
file.