A simple Solidity smart contract for elections of a Mayor in the magical land of Valadilène.
npm install
npm install truffle -g
truffle compile
truffle test
-
Uncomment in the
truffle-config.jsthe following part:development: { host: "127.0.0.1", // Localhost (default: none) port: 8545, // Standard Ethereum port (default: none) network_id: "*", // Any network (default: none) } -
Run ganache with a custom number of accounts
npx ganache-cli -a 500 -
Run tests
truffle test