Lux Standard Library - Alias for @luxfi/standard
npm install @luxfi/contractsThis package is an alias for @luxfi/standard. Both packages are identical and maintained by the Lux Network team.
``bash`Install either package - they are equivalent
npm install @luxfi/contractsOR
npm install @luxfi/standard
`solidity`
// Both import paths work identically:
import {ERC20} from "@luxfi/contracts/tokens/ERC20.sol";
import {ERC20} from "@luxfi/standard/tokens/ERC20.sol";
- @luxfi/standard - The canonical package name following the repository name@luxfi/contracts` - Alternative name for those who prefer the more descriptive name
-
Both packages are published from the same source code and are always in sync.
See @luxfi/standard for full documentation.