ponto:PolkadotJS


URI

http://www.mobr.ai/ontologies/ponto#PolkadotJS

Label

Polkadot JS

Description

A collection of libraries and tools for building Polkadot applications in JavaScript.

Implementation

@prefix ponto: <http://www.mobr.ai/ontologies/ponto#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ponto:PolkadotJS a ponto:SDK ;
    rdfs:label "Polkadot JS" ;
    rdfs:comment "A collection of libraries and tools for building Polkadot applications in JavaScript." .