![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
dvote-client
Advanced tools
Typescript client library to work with the Vocdoni core features.
The library provides convenience classes and methods to access the various components of a DVote process.
Any Ethereum account can create an Entity, which may create voting processes.
A voting process.
A custom made service, intended to provide the tools to join a census, get a census proof, etc.
Operations like getMetadata(processId)
need the class to be initialized with instance.initBlockchain(web3.currentProvider, votingProcessContractAddress)
. (Note this may change soon)
The rest of operations rely on instance.initCensusService(censusURL)
We are using tslint, please install it in your IDE. If using Visual Studio Code: https://marketplace.visualstudio.com/items?itemName=eg2.tslint
Run a local Ethereum node like Ganache (with a funded account):
npm i -g ganache-cli
ganache-cli -m "universe link ..."
Run a census service on your local computer:
git clone https://github.com/vocdoni/go-dvote.git
cd cmd/censushttp
go run censushttp.go 1500 testcensus # accept any signature
go run censushttp.go 1500 testcensus:<PUBLIC_KEY>
Then in another tab:
npm install
npm test
npm install && npm run build
0.0.22
snapshot()
method of Census
has been removed. Use getRoot()
and dump()
insteaddump()
method of Census
now requires a second parameter with the private key to sign (this may change very soon)npm run test
, npm run test:unit
, npm run test:integration
and npm run test:remote
FAQs
This package is deprecated.
The npm package dvote-client receives a total of 6 weekly downloads. As such, dvote-client popularity was classified as not popular.
We found that dvote-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.