0.3.8 • Published 11 months ago

merchantslate v0.3.8

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

MerchantSlate - onchain crypto payment database

Contract Deployed

Contract is currently deployed to 7 EVM chains More Info

Setup

Install using yarn add merchantslate or npm install merchantslate

OR use in browsers through CDN

<script src="https://cdn.jsdelivr.net/npm/merchantslate@0.3.7/dist/merchant.min.js"></script>

Note: Public RPCs obtained from https://chainlist.org/ are used as default for development only and should be updated using config

merchant.config({
    /** wallet private key (optional) */
    walletPrivateKey:``,
    /**
    * wallet seed phrase (optional)
    * 
    * cannot be used if private key is defined
    */
    walletSeedPhrase:``,

    /** ARBITRUM RPC URL */
    ARBITRUM_RPC:``,
    /** AVALANCHE RPC URL */
    AVALANCHE_RPC:``,
    /** APT RPC URL */
    APT_RPC:``,
    /** BSC RPC URL */
    BSC_RPC:``,
    /** CELO RPC URL */
    CELO_RPC:``,
    /** ETH RPC URL */
    ETH_RPC:``,
    /** FANTOM RPC URL */
    FANTOM_RPC:``,
    /** OPTIMISM RPC URL */
    OPTIMISM_RPC:``,
    /** POLYGON RPC URL */
    POLYGON_RPC:``,

    /** billion number suffix */
    billionSuffix: ``,
    /** million number suffix */
    millionSuffix: ``,

    /** MerchantSlate Contract Address (does not require change) */
    merchantSlateContract:``,
})
0.3.8

11 months ago

0.3.7

12 months ago

0.3.6

12 months ago

0.3.5

12 months ago

0.3.4

12 months ago

0.3.3

12 months ago

0.3.2

12 months ago

0.3.1

12 months ago

0.3.0

12 months ago

0.2.7

12 months ago

0.2.6

12 months ago

0.2.5

12 months ago

0.2.4

12 months ago

0.2.3

12 months ago

0.2.2

12 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.1.9

12 months ago

0.1.8

12 months ago

0.1.7

12 months ago

0.1.6

12 months ago

0.1.5

12 months ago

0.1.4

12 months ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago