origin-js icon indicating copy to clipboard operation
origin-js copied to clipboard

We've moved to a monorepo: https://github.com/OriginProtocol/origin

Results 68 origin-js issues
Sort by recently updated
recently updated
newest added

We have some functional code for adding AirBnB attestations to one's profile. https://github.com/OriginProtocol/origin-dapp/pull/278 Currently our attestations just show the fact *that some pieces of data has been verified* (in this...

question
origin.js
identity
discussion

It would be a nice feature/video where there is a walk-through of basic installation and usage of `origin.js`. Maybe building a series of videos where each major milestone is shared...

Should probably time out earlier than this and reject the promise.

javascript
feature
ipfs

If there's a token community that wants to leverage Origin's Protocols for its Marketplace, one piece of the ecosystem, what would be the way do so transparently for the users?...

origin.js
discussion

Our current tests are not self-contained. Meaning, some of the tests use "global" state, which means the test results can vary depending on how many times they've been run, the...

enhancement
origin.js
testing
javascript

Right now when we do a migration, e.g. with ``` npx truffle migrate --network rinkeby ``` it does do the migration, but the process never actually stops and goes back...

dev environment

Right now we generate the "raw" origin.js file at `dist/origin.js`. (This is the non-npm version that can be used standalone in a broswer.) The bad thing is that this file...

dev environment

It seems that we currently haven't setup a linter for the solidity code. This is great set of tools can help improve the quality and security of the solidity code:...

solidity
discussion
dev environment

Follow [No Else Return](https://github.com/airbnb/javascript#blocks--no-else-return) and [Error First Handling](https://nodejs.org/api/errors.html#errors_error_first_callbacks) to avoid deeply nested JavaScript. For readability and maintainability.

origin.js
javascript
discussion
dev environment

Keeping your dependencies up to date is a time-consuming and repetitive task, ideal for automation. Luckily there are many tools that help to keep dependencies updated by automatically creating pull...

discussion