CDN Resources for 0chain
Various ways to access 0chain via Content Delivery Networks
Package Installation
npm
npm install 0chain
yarn
yarn add 0chain
pnpm
pnpm add 0chain
CDN 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