Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danilenar committed Sep 12, 2018
1 parent 4a46f68 commit 257c9a8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,16 +199,25 @@ This endpoint allows to create a new erc20 crowdsale. By this, user will deploy
To perform a deploy user must send following values:

- **env (string): ** Enviroment to perform the method.

- **email (string): ** The user email.

- **args (object): ** The arguments required by the function. In this case, the constructor arguments, listed below:

- **_name (string): ** The name of the token.

- **_symbol (string): ** The abreviation of the token.

- **_decimals (uint): ** The quantity of decimals which a token can be splitted.

- **_rate (uint): ** The rate of the token.

- **_wallet (address): ** The address that will hold the ethers after the ERC20 finish.

- **_cap (uint): ** The top quantity of ethers that can be buyed.

- **_openingTime (date): ** The estimated opening time of the erc20 crowdsale.

- **_closingTime (date): ** The estimated closing time of the erc20 crowdsale.

_Request example (application/json): _
Expand Down

0 comments on commit 257c9a8

Please sign in to comment.