{"_id":"greendoge-api","_rev":"1-26ac0cedb98d03e92a44644b48b26a1e","name":"greendoge-api","dist-tags":{"latest":"2.2.5"},"versions":{"2.2.5":{"name":"greendoge-api","version":"2.2.5","repository":{"type":"git","url":"git+https://github.com/MinerGreggy/greendoge-api.git"},"bugs":{"url":"https://github.com/MinerGreggy/greendoge-api/issues"},"license":"GPL-3.0","dependencies":{"json-bigint":"^1.0.0","ws":"^7.5.0"},"main":"index.js","engines":{"node":">=12.0.0"},"description":"greendoge-Api","homepage":"https://github.com/MinerGreggy/greendoge-api#readme","directories":{"lib":"lib"},"keywords":["greendoge","blockchain","chiadashboard","greendogedashboard"],"author":{"name":"MinerGreggy"},"gitHead":"f667464084d50212b654f9c46af99fbe9c459cd0","_id":"greendoge-api@2.2.5","_nodeVersion":"12.22.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-EhRNeTIIHSbbPbmG22WrmrcCYbFmYRpr6CXz6JCwMR92xrQtMgFrKyBlx8WoENVFHH5ZgtO+Lx9ngl1CaRgKeQ==","shasum":"db99008c9a4f04e85450bab20eaad85acfec0e8f","tarball":"https://registry.npmjs.org/greendoge-api/-/greendoge-api-2.2.5.tgz","fileCount":17,"unpackedSize":58039,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhGCKVCRA9TVsSAnZWagAA10EQAI8v52HmaSAcFkcYXn/f\nREA8FbnWUOz9RMHekTkjdXZJA+dca6eStNrKP/YgzcSUqr+IEW8llUWBZ7nH\nuGOh//n48Jc0Q0VSY/CQj9+eTj5X8puBQr4fZYodCNtevH/jLAuK/CPy3gNZ\nLifjWoTKGG86YE2s+tpClKVuIsbEmoX3kQkfy+fe5XV2/6JHZf6P3cdzPwLS\n7CSXOjmAZugVA8Um8uPNNZZsONtbD08AS8HonRCRUkdZ64kRtmUHw4cTnIGU\nEidbggi66MYWwmNJPUz3Xz37yZ9yVy3Y27rQzDxVglOZvh3BP9qilmz9Kc+8\n6ff816zN6+udoia9KKfHzIJaoWCKxKvTy65Qudz08O9SriA+a1KdZSkZu/ha\n1TahbJAzE76O7v62QR5+6868LbQPSTJ4hffPehPaPOTDgpFRSjnfyZgJYrQJ\nCBhXRI0HylSn0aHZUlY3EKGtfwf7PUEpk4Qmxs6JsbuX7qQcK4LHHv7+ibO2\nwJ/DCa+ww2Y8VX0kj0gJwayL1JAiUUaDHGt6YWrsyfbF3DbxBP7dQ/tMbLPF\nHA+ZkfcbnYesseQ2k8mcgMOd7Zi37XQU8yEDODXJtPYDTGgQXPErTlDro1FH\njkrq55QAUu85y7N2h+mdmejVdRaIiUtaBPcNbGn3tP4bRCLdY7euhpSkJulI\nXuqK\r\n=b7dk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDWpeviUwc3Qc1138nzWsfg8q3piey41Yx2IEYSEBMudgIgMti06QFNfEgJu1vNl/BqJ2O5GN2GfIWVVc0LJ6m6GXk="}]},"_npmUser":{"name":"peterhammond","email":"peterhammond40@yahoo.co.uk"},"maintainers":[{"name":"peterhammond","email":"peterhammond40@yahoo.co.uk"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/greendoge-api_2.2.5_1628971668935_0.8738196121113602"},"_hasShrinkwrap":false}},"time":{"created":"2021-08-14T20:07:48.883Z","2.2.5":"2021-08-14T20:07:49.075Z","modified":"2022-05-04T03:48:32.158Z"},"maintainers":[{"name":"peterhammond","email":"peterhammond40@yahoo.co.uk"}],"description":"greendoge-Api","homepage":"https://github.com/MinerGreggy/greendoge-api#readme","keywords":["greendoge","blockchain","chiadashboard","greendogedashboard"],"repository":{"type":"git","url":"git+https://github.com/MinerGreggy/greendoge-api.git"},"author":{"name":"MinerGreggy"},"bugs":{"url":"https://github.com/MinerGreggy/greendoge-api/issues"},"license":"GPL-3.0","readme":"greendoge-Api\n======\n\n[![Software License](https://img.shields.io/badge/license-GPL--3.0-brightgreen.svg?style=flat-square)](LICENSE)\n[![npm](https://img.shields.io/npm/v/greendoge-api.svg?style=flat-square)](https://registry.npmjs.org/greendoge-api)\n\n## Usage example\n\n```js\nconst { readFileSync } = require('fs');\nconst { Connection, constants, ApiClient } = require('greendoge-api');\n\n(async () => {\n  const conn = new Connection('localhost:53500', {\n    cert: readFileSync('private_daemon.crt'),\n    key: readFileSync('private_daemon.key'),\n  });\n  conn.onMessage((message) => {\n    console.log(message);\n  });\n  conn.addService(constants.SERVICE().walletUi);\n  const fullNode = new ApiClient.FullNode({ connection: conn, origin: 'my-cool-service' });\n  await fullNode.init();\n  const blockchainState = await fullNode.getBlockchainState();\n})();\n```\n\n## Donate\n\nForked From Felixbruckers Hard Work I CopyPasta Modded This All Hard Work Still Done By Felix His Address Are Below:\n- ETH: 0xfEc6F48633A7c557b4ac5c37B4519C55CD701BEF\n- BTC: 14rbdLr2YXDkguVaqRKnPftTPX52tnv2x2\n- PP: https://www.paypal.me/felixbrucker\n\n## Changelog\n\nA Changelog can be found [here](https://github.com/MinerGreggy/greendoge-api/blob/master/CHANGELOG.md)\n\n## License\n\nGNU GPLv3 (see [LICENSE](https://github.com/MinerGreggy/greendoge-api/blob/master/LICENSE))\n","readmeFilename":"README.md"}