Origin JS Documentation
Introduction
Welcome to the origin.js documentation! origin.js is a Javascript library for interacting with the Origin protocol.
Using the library you can create new listings from your applications, purchase them, or update them from your own off-chain applications.
More information can be found at Origin Platform Readme
Warning
This is still an alpha version which will evolve significantly before the main net release.
Install
NPM
npm install @originprotocol/origin --save
Yarn
Needed
Import
import { contractService, ipfsService, originService } from '@originprotocol/origin'
Tests
Needed
Documentation
Needed