UNPKG

@cargochain/sdk-js

Version:

The CargoChain platform allows application developers to build supply chain solutions that enable the secure distribution of cargo information among trusted partners.

18 lines 437 B
1. Open a terminal 2. Access to the `CargoChain.Sdk.JS` folder 3. Set the organization scope to _cargochain_: ``` $ npm config set scope cargochain ``` 4. Set the package access to public: ``` $ npm config set access public ``` 5. Login and enter your NPM credentials: ``` $ npm login ``` 6. Publish the package (check the version in _package.json_): ``` $ npm publish ```