Skip to content

Commit

Permalink
[SEP1] Standardize max filesize
Browse files Browse the repository at this point in the history
Need to standardize a max file size for stellar.toml so parsers can ensure they can handle any toml.  Context in #330
  • Loading branch information
msfeldstein committed Aug 30, 2019
1 parent 64d4c7a commit e0a1f3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ecosystem/sep-0001.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ It is also recommended to set a `text/plain` content type so that browsers rende
content-type: text/plain
```

`stellar.toml` can have a maximum file size of 100kB.

`stellar.toml` is in [TOML](https://github.com/toml-lang/toml) file format. The `stellar.toml` fields and sections are described below. You should complete as much of this as you can. Many Stellar apps, including important wallets and exchanges, make decisions on which tokens to support based on the completeness of their Account Information and Documentation sections.

### Account Information
Expand Down

0 comments on commit e0a1f3f

Please sign in to comment.