| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
With the Minter Server, effortlessly mint Items (NFTs) directly from your backend to enrich the gaming experience for users. This setup provides a foundational example; feel free to enhance and tailor it to your game's mechanics.
git clone https://github.com/3engine/MinterServer.gitcd MinterServernpm installnpm run startTo run this project, ensure you have the following environment variables set up in your .env file:
| Variable | Description |
|---|---|
| GAME_PRIVATE_KEY | Minter Private Key |
| CONTRACT_ADDRESS | Address of the Item Contract |
| MONGODB_URI | MongoDB Connection URI |
| NETWORK_RPC | EVM Network RPC |
| APIKEY_3ENGINE | 3Engine API Key (Reach out for access) |
| API_3ENGINE | 3Engine API Endpoint |
Licensed under the MIT License.
| Back | FazBrowse Home | New Git URL |