Initial User Identity
Pre-releaseUpdate of the independent origin.js
: a javascript file that can be included in any project giving instant power to create entire marketplaces with no backend server needed.
This release brings in the UserRegistry contract with basic civic integration, and a Purchase contract with stages of the transaction.
Published to npm
as @originprotocol/origin
Contracts are only available on Ropsten network in this release
Contract Addresses:
ListingsRegistry
: 0x7be37a2bd8a1909ae1303f0621a28e5323a05c69
UserRegistry
: 0xbc503ab108a2c2e3770cc59558e2dc434a2e9fcd
Included is a sample index.html
makes a basic call to get listings.
Local files loaded into the browser cannot make outgoing connections (like to IPFS), so the page has to be served. On Mac or linux systems, run this command in directory with index.html
to launch a bare-bones web server:
python -m SimpleHTTPServer