estaminet
Version:
A set of WebComponents building on top of Statemint family of Polkadot parachains
22 lines (15 loc) ⢠736 B
Markdown
A set of [WebComponents](https://www.webcomponents.org/) building on top of [Statemint](https://wiki.polkadot.network/docs/learn-statemint) family of [Polkadot](polkadot.network) [parachains](https://wiki.polkadot.network/docs/learn-parachains).
# Getting Started
Download the latest version or include it directly from a CDN:
```html
<script src="https://esm.sh/estaminet?bundle"></script>
ā
<es-uniques-item-media provider="statemine" collection="11" item="1"></es-uniques-item-media>
```
You can also install it from [npm](https://www.npmjs.com/package/estaminet) and import the module in JavaScript:
```js
npm install estaminet
/* import it */
import 'estaminet';
```
Try a live [demo](https://jeluard.github.io/estaminet/)