1.0.0-alpha.4 • Published 1 year ago

@official-0x18/0x18-api-client v1.0.0-alpha.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

0x18-sdk

Testing package locally

To test package locally first run:

yarn build

This will build the package and add dist folder.

After that run:

npm pack --pack-destination ./

This will create .tgz file.

Then you can initialize a local project and import that .tgz as a local dependency in your package.json:

"dependencies": {
    "@0x18/0x18-sdk": "file:~/0x18-sdk-1.0.0.tgz"
}

Then run npm install and 0x18-sdk should be importable as a package.