CDN Resources for 0chain
Various ways to access 0chain via Content Delivery Networks
Package Installation
npm
npm install 0chainyarn
yarn add 0chainpnpm
pnpm add 0chainCDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/0chain"></script>Unpkg
<script src="https://unpkg.com/0chain"></script>jsDelivr ESM
<script type="module">
import 0chain from 'https://cdn.jsdelivr.net/npm/0chain/+esm';
</script>Skypack
<script type="module">
import 0chain from 'https://cdn.skypack.dev/0chain';
</script>CDN Provider Resources
Learn more about the CDN services used to deliver these packages