Skip to content

Commit 38d56d5

Browse files
committed
feat: add onchain/offchain to content-standardization
1 parent 97cffa7 commit 38d56d5

File tree

1 file changed

+12
-0
lines changed
  • public/content/contributing/style-guide/content-standardization

1 file changed

+12
-0
lines changed

public/content/contributing/style-guide/content-standardization/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,3 +270,15 @@ When citing articles from a specific author or organization, use the article's n
270270
- [A rollup-centric ethereum roadmap by Vitalik Buterin](https://ethereum-magicians.org/t/a-rollup-centric-ethereum-roadmap/4698)
271271
- [ConsenSys on The History of Ethereum Testnets](https://consensys.net/blog/news/the-history-of-ethereum-testnets/) – _ConsenSys_
272272
```
273+
274+
### Onchain and offchain {#onchain-offchain}
275+
276+
Similar to "online" or "offline", the terms "onchain" and "offchain" should be written as one word, without a space or hyphenation.
277+
278+
```md
279+
<--- Good --->
280+
Discussion was held in an offchain forum, and the vote was performed onchain.
281+
282+
<--- Bad--->
283+
Discussion was held in an off-chain forum, and the vote was performed on-chain.
284+
```

0 commit comments

Comments
 (0)