@vaporsproject/constants

Common Vapory constants used for vapors.

Usage no npm install needed!

<script type="module">
  import vaporsprojectConstants from 'https://cdn.skypack.dev/@vaporsproject/constants';
</script>

README

Etehreum Constants

This sub-module is part of the vapors project.

It contains many frequently used constants when dealing with Vapory.

For more information, see the documentation.

Importing

Most users will prefer to use the umbrella package, but for those with more specific needs, individual components can be imported.

const {

    AddressZero,
    HashZero,

    VaporSymbol,

    NegativeOne,
    Zero,
    One,
    Two,

    WeiPerVapor,
    MaxUint256

} = require("@vaporsproject/constants");

License

MIT License