depay-blockchain-token
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -199,2 +199,3 @@ 'use strict'; | ||
exports.ERC20 = ERC20; | ||
exports.Token = Token; |
@@ -191,2 +191,2 @@ import CONSTANTS from 'depay-blockchain-constants'; | ||
export { Token }; | ||
export { ERC20, Token }; |
@@ -197,2 +197,3 @@ (function (global, factory) { | ||
exports.ERC20 = ERC20; | ||
exports.Token = Token; | ||
@@ -199,0 +200,0 @@ |
{ | ||
"name": "depay-blockchain-token", | ||
"moduleName": "BlockchainToken", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "JavaScript library providing basic functionalities to work with tokens.", | ||
@@ -6,0 +6,0 @@ "main": "dist/cjs/index.js", |
@@ -85,2 +85,10 @@ ## Quickstart | ||
### Token Standards | ||
`depay-blockchain-token` exports standard token apis, like `ERC20`, `BEP20` etc.: | ||
```javascript | ||
import { ERC20 } from 'depay-blockchain-token' | ||
``` | ||
## Development | ||
@@ -87,0 +95,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20783
558
107