Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
token-minter-mcp
by
kukapay
Verified
npm
GitHub
Finance
Developer Tools
JavaScript
93
1
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
token-minter-mcp
artifacts
contracts
ignition
scripts
server
test
.gitignore
hardhat.config.js
package.json
README.md
yarn.lock
require("@nomicfoundation/hardhat-toolbox"); module.exports = { solidity: "0.8.20", networks: { localhost: { url: "http://127.0.0.1:8545", chainId: 1337, accounts: { mnemonic: "test test test test test test test test test test test junk", }, } } };