@proton/api
v28.7.1
Published
A package that provides JS Api to interact with XPR Network blockchain.
Downloads
257
Keywords
Readme
XPR Network API
A package that provides JS Api to interact with XPR Network blockchain.
Installation
If you want to use XPR Network API in your project, install @proton/api
package in your project:
npm install --save @proton/api
Local Development
Below is a list of commands you will probably find useful.
npm run dev
or yarn dev
Runs the project in development/watch mode. Your project will be rebuilt upon changes.
Your library will be rebuilt if you make edits.
npm run build
or yarn build
Bundles the package to the dist
folder.
The package is optimized and bundled with Rollup into multiple formats (CommonJS, UMD, and ES Module).
npm run build-doc
or yarn build-doc
Creates a documentation for the package to the doc
folder.