![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.
A Javascript implementation of BOX Payout blockchain on Browser (node.js or script).
A Javascript implementation of BOX Payout blockchain on NodeJS or Browser.
The official distribution package can be found at npm.
npm i boxdjs
<script src="https://todo"></script>
npm run build
npm run test
.
├── .vscode # vscode config
├── coverage # 'jest' test coverage
├── dist # builded for nodejs
├── dist-web # builded for browser
│
├── package
│ └── boxd
│ ├── boxd.ts # boxd output file
│ ├── account
│ │ ├── account-manager.ts # accounts manager
│ │ └── account.ts # account core
│ ├── contract # TODO
│ ├── core # boxd:core
│ │ ├── api.ts # core:api function
│ │ ├── feature.ts # core:feature function
│ │ ├── block
│ │ │ ├── request.ts # api request data structure
│ │ │ └── response.ts # api response data structure
│ │ ├── split
│ │ │ ├── request.ts
│ │ │ └── response.ts
│ │ ├── token
│ │ │ ├── request.ts
│ │ │ ├── response.ts
│ │ │ └── util.ts # token tools
│ │ └── tx
│ │ ├── request.ts
│ │ └── response.ts
│ └── util # boxd tools
│ ├── crypto # crypto tools
│ │ ├── aes.ts # [crypto-js](https://www.npmjs.com/package/crypto-js) :aes
│ │ ├── ecpair.ts # [bitcoin-lib](https://www.npmjs.com/package/bitcoinjs-lib) :ecpair
│ │ ├── hash.ts
│ │ ├── keystore.ts # account keystore
│ │ └── privatekey.ts # privatekey class
│ ├── fetch.ts # fetch class
│ ├── interface.ts # util data structure
│ ├── util.ts # util output file
│ ├── var.ts # variable
│ └── verify.ts # format verify
│
├── test # 'jest' test
│ ├── account.test.ts
│ ├── core.block.test.ts
│ ├── core.split.test.ts
│ ├── core.token.test.ts
│ ├── core.tx.test.ts
│ └── json # test database
│ ├── data.json
│ └── keystore.json
│
├── types # typescript declaration
│ └── index.d.ts
│
├── .babelrc # [Babel](https://babeljs.io/)
├── .eslintrc.json # [Eslint](https://eslint.org/)
├── gulpfile.js # [Gulp](https://gulpjs.com/)
├── package.json # npm package config
└── tsconfig.json # [Typescript](https://www.typescriptlang.org/)
FAQs
A Javascript implementation of BOX Payout blockchain on NodeJS or Browser.
The npm package boxdjs receives a total of 1 weekly downloads. As such, boxdjs popularity was classified as not popular.
We found that boxdjs 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.