PHP code example of cryptom2 / currency-precision

1. Go to this page and download the library: Download cryptom2/currency-precision library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

cryptom2 / currency-precision example snippets

angular2html
php bin/magento setup:upgrade

<default>
    <system>
        <currency>
            <ETH>
                <precision>5</precision>
            </ETH>
        </currency>
    </system>
</default>`