1.0.10 • Published 2 years ago

@energyweb/greenproof-voting-contract v1.0.10

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Voting contract

Usage

  1. Run local node using yarn node:start
  2. Build package using yarn build
  3. Run tests using yarn test. Test command automatically rebuilds the project.
  4. Deploy contract using yarn deploy
    • Build context is saved into scripts/context.json. You can find all the addresses in there.

Currently deployed contracts: Commit SHA: cd529a93f59fcf4d0c2a6d7d26e9a4058d0b73a8

{
   "deployedContracts": [
      {
         "name": "Certificate",
         "address": "0x8f86403A4DE0BB5791fa46B8e795C547942fE4Cf"
      },
      {
         "name": "MatchVoting",
         "address": "0x9d4454B023096f34B160D6B654540c56A1F81688"
      }
   ]
}
1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.10

2 years ago

1.0.2

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.0

2 years ago