bkrem / awesome-solidity

⟠ A curated list of awesome Solidity resources, libraries, tools and more
https://bkrem.github.io/awesome-solidity
6.58k stars 950 forks source link

Add Smart Contracts Skeleton #17

Closed Shimmi closed 6 years ago

Shimmi commented 6 years ago

Hi, Based on my experience from writing a crowdsale contracts, I've created a skeleton repository that helps with development, or starting with development of Smart Contracts written in Solidity. It contains preconfigured Truffle framework with few libraries for testing (using ES2015+ js features), linting and more.

Checklist

bkrem commented 6 years ago

Thanks for your contribution @Shimmi!