ISCN-AR Widget Reference
ISCN AR web widget API Reference
Last updated
ISCN AR web widget API Reference
Last updated
Testnet: https://testnet.like.co/in/widget/iscn-ar
Production: https://like.co/in/widget/iscn-ar
Since postMessage()
would be needed for operating this widget, caller is expected to use window.open
on the above urls.
Query strings are also passed into NFT Portal if user choose to mint NFT after ISCN is registered. Please refer to NFT Portal Reference for the supported query string.
Send this action to switch widget to ready to accept mode.
Key | Value |
---|---|
Submit ISCN data to widget
Supported field for ISCN metadata
Required fields for data.files
:
File data
should be encoded in base64, with proper mimeType
defined. filename
can either be the actual filename, or include a directory path as prefix.
If multiple files are to be uploaded, an index.html
must be included which would be shown as the default page when the files are accessed through Arweave or IPFS.
Fired when widget is ready to receive message
Fired when files are uploaded to Arweave and IPFS
Fired when content is submitted to ISCN
https://codesandbox.io/s/like-co-iscn-ar-demo-ynenq0?file=/pages/index.vue
Key | Description |
---|---|
Metadata keys | Required | Description | Sample |
---|---|---|---|
File Keys | Description |
---|---|
language
Force UI display locale, options are zh
, cn
, en
redirect_uri
Act as a whitelist host for postMessage, actual redirect is not implemented, please use with opener
below
opener
default 0. If set, would fire a postMessage
back to window.opener
with redirect_uri
host as target, then close current window
mint
set to 1
to skip the success window after ISCN registration and skip to Writing NFT minting screen directly
iscn_id
(optional) For updating existing ISCN record, the encoded ISCN ID for update. Note that the record would be completely overwritten with the new metadata
action
INIT_WIDGET
action
SUBMIT_ISCN_DATA
data
ISCN Data for submission
data.files
Array of files to be uploaded to Arweave, must contain an index.html
if more than one file. Please refer to the tables below for file formats
data.metadata
ISCN metadata. Please refer to the tables below for metadata formats
name
Name for the ISCN content
"Computing recursive function with matrix multiplication"
description
Description for the ISCN content
"An article on computing recursive function with matrix multiplication."
tags
Tags for the ISCN content
["matrix", "recursion"]
author
Name of the author
"Chung Wu"
authorDescription
Description of the author
"Developer"
url
URL of the content
stakeholders
Stakeholder list as defined in ISCN specification. If author
or publisher
is defined, they will be automatically appended into stakeholders
by the widget
{ "rewardProportion": 5, "contributionType": "http://schema.org/citation", "footprint": "https://en.wikipedia.org/wiki/Fibonacci_number", "description": "The blog post referred the matrix form of computing Fibonacci numbers." }
fingerprints
Fingerprint of the content, e.g. SHA hash, IPFS hash and Arweave ID. If files
are defined, resulting Arweave ID and IPFS hash will be automatically appended into fingerprints
["hash://sha256/9564b85669d5e96ac969dd0161b8475bbced9e5999c6ec598da718a3045d6f2e"]
publisher
One of matters
, depub
, an arbitrary string representing ID of a publisher, or a stakeholder
object . Publisher object allow platforms to add itself into stakeholders
and define rewardProportion
{"entity":{"description":"Matters is a decentralized, cryptocurrency driven content creation and discussion platform.","@id":"https://matters.news/","name":"Matters"},"rewardProportion":0}
license
URL of the license of the ISCN content
recordNotes
Arbitrary string that will be recorded in ISCN as note
"This record is created by ISCN widget"
memo
Arbitrary string that will be recorded in the create ISCN Transaction as memo
"This tx is sent by ISCN widget"
filename
Name of the file, can be a full path containing directory
mimetype
mime type of the file, needed for proper display in IPFS/Arweave gateways
data
Base64 encoded file data