neo-devpack-solidity 0.22.0

Production-focused Solidity-to-NeoVM compilation system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "description": "OpenZeppelin ERC20 + AccessControl",
  "collect": {
    "npm": "@openzeppelin/contracts@5.4.0"
  },
  "compile": {
    "Wno": ["W200", "W121", "W111", "W116", "W106", "W105"]
  },
  "deploy": {
    "account": "node1",
    "clear-standards": true
  }
}