GithubHelp home page GithubHelp logo

isabella232 / webinar-episode-01 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from trufflesuite/webinar-episode-01

0.0 0.0 0.0 300 KB

Code to go along with our webinars

Solidity 11.47% JavaScript 88.53%

webinar-episode-01's Introduction

Explore the full lifecycle of developing a Dapp

This document is the accompanying notes for Episode 1 of our webinar series.

Img 1

Resources

Code challenge

Implement the following new behavior in the contract following TDD:

  • The contract should have the concept of an owner. Note that truffle uses the first account to sign deployments.
  • Add the ability to keep track of each time an address calls setStoredData. This will need:
    • a mapping mapping[address => uint] and update it every time someone calls setStoredData
    • a function getCount(address _address) that returns the count associated with _address
    • a modifier to guard that only the owner can call getCount which should revert when invoked with the wrong caller.
    • This Truffle Assertion plugin which helps test for revert.

Contributors

A heartfelt thanks to Angela and Francis for their reviews, feedback and testing. ๐Ÿ™‡

webinar-episode-01's People

Contributors

cds-amal avatar fodisi avatar onlyonejmjq avatar shih-yu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.