Cyfrin / solidity-by-example.github.io

Solidity By Example
https://solidity-by-example.org/
MIT License
605 stars 191 forks source link

Contributions Template? #217

Open Kayaba-Attribution opened 2 years ago

Kayaba-Attribution commented 2 years ago

I would like to create several new entries in the Applications and Defi categories.

Do you allow people to contribute? What format do you expect us to use?

Looking forward to add content,

:)

t4sk commented 2 years ago

@Kayaba-Attribution Thanks

Yes - contribution is welcomed

To create a new page, you would

  1. create a folder under src/pages folder structure maps to url, for example app/erc721 maps to solidity-by-example.org/app/erc721
  2. Put content inside the folder Please check example at https://github.com/solidity-by-example/solidity-by-example.github.io/tree/gh-pages/src/pages/app
  3. Add link to src/index.ts. This is the homepage