Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Solidity Smart Contracts - Any good resources?

  • 28-09-2018 11:48am
    #1
    Registered Users, Registered Users 2 Posts: 3,065 ✭✭✭


    HI,

    I'm looking to find some resources of 'working' Smart Contracts for a play with. To understand more about how they work etc.
    Does anyone have a link to somewhere with complete valid ones that I could then modify?

    I've found some that are templates but valid, complete ones would be great.


Comments

  • Registered Users, Registered Users 2 Posts: 6,026 ✭✭✭grindle


    https://github.com/bkrem/awesome-solidity

    Valid smart contracts - look through the git of working projects like BAT, DAI, DICE, you'll get a good idea of how and why certain elements are being built either off or on chain.

    The more decentralised the project wants to be, the better the documentation tends to be on their git á la DAI which has plenty of documentation/tutorials on how to contribute to it. Might be an idea to fork it and mess around on one of the test networks or on one of ETH's clones if you eventually want to deploy a smart contract onto a working blockchain for cheap.


Advertisement