41 |
Metadata and details
42 |
Status: ({loading ? "loading" : "ready"})
43 |
Entity
44 |
{ENTITY_ID}
45 |
{JSON.stringify(entity, null, 2)}
46 |
Process
47 |
{PROCESS_IDS[0]}
48 |
{JSON.stringify(processDetails, null, 2)}
49 | {!loading ?
: null}
50 |
51 | }
52 |
53 | export default Page
54 |
--------------------------------------------------------------------------------
/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "dvote-js",
3 | "version": "1.16.2",
4 | "description": "JavaScript/TypeScript library to interact with Vocdoni voting processes",
5 | "main": "dist/index",
6 | "types": "dist/index",
7 | "repository": "https://github.com/vocdoni/dvote-js.git",
8 | "author": "Vocdoni