erc20-demurrage-token

ERC20 token with redistributed continual demurrage
Log | Files | Refs | README

erc20-demurrage-token-publish.head.groff (771B)


      1 .TH erc20-demurrage-token-publish 1
      2 
      3 .SH NAME
      4 erc20-demurrage-token-publish \- Publishing tool for the ERC20 Demurrage Token smart contract.
      5 
      6 
      7 .SH SYNOPSIS
      8 .SY erc20-demurrage-token-publish
      9 .RI --name NAME --symbol SYMBOL --decimals DECIMALS --demurrage-level PPM --redistribution-period MINUTES --sink-address ADDRESS
     10 .YS
     11 
     12 
     13 .SH DESCRIPTION
     14 .P
     15 This tool generates the appropriate bytecode to store the ERC20 Demurrage Token smartcontract code on an EVM chain, along with the required construction parameters.
     16 
     17 Arguments for EVM encoding and interaction with EVM RPC node is handled by the \fBchainlib-eth\fP python package.
     18 
     19 Specific arguments for this tool are the \fB--demurrage-level\fP, \fB--redistribution-period\fP and \fB--sink-address\fP arguments.
     20 
     21 
     22 .SS OPTIONS