ponto:SubWallet


URI

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

Label

SubWallet

Description

A Polkadot wallet that supports Substrate-based chains and allows users to manage their assets.

Implementation

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

ponto:SubWallet a ponto:BrowserWallet ;
    rdfs:label "SubWallet" ;
    rdfs:comment "A Polkadot wallet that supports Substrate-based chains and allows users to manage their assets." .