A smart contract for EVE Frontier to make the gate tribe-only
| scripts | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| foundry.toml | ||
| LICENSE | ||
| mud.config.ts | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| remappings.txt | ||
Smart Gate configuration for EVE Frontier
This repository contains a smart contract for EVE Frontier. It allows only the owner's tribe members to use the gate.
Usage
You need to have an account in EVE Frontier to use these tools.
Install pnpm and foundry. Look at EVE Frontier documentation for more details.
Run pnpm install to install dependencies.
Copy the .env.example file to .env and change the MUD_NAMESPACE and PRIVATE_KEY fields.
Run pnpm run deploy to deploy the contract.
You may check on the [EVE Datacore] that your namespace was created successfully and contains the TribeGateSystem in the systems list.
Open Smart Gate in the game, copy the ID, and run pnpm run configure <ID>.