create-web3
Version:
A boilerplate for creating a web3 projects
52 lines • 1.27 kB
JSON
{
"31337": [
{
"name": "localhost",
"chainId": "31337",
"contracts": {
"Greeter": {
"address": "0x5FbDB2315678afecb367f032d93F642f64180aa3",
"abi": [
{
"inputs": [
{
"internalType": "string",
"name": "_greeting",
"type": "string"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"inputs": [],
"name": "greet",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "_greeting",
"type": "string"
}
],
"name": "setGreeting",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]
}
}
}
]
}