README
Avalanche Node.js SDK
This is SDK for interacting with avalanche API from node.js backend.
Installation
Using npm
npm install avalanche-api@latestUsing yarn
yarn add avalanche-api@latest
Modules for avalanche api sdk
<script type="module">
import avalancheApi from 'https://cdn.skypack.dev/avalanche-api';
</script>
This is SDK for interacting with avalanche API from node.js backend.
Using npm
npm install avalanche-api@latest
Using yarn
yarn add avalanche-api@latest