Code Monkey home page Code Monkey logo

hangman's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

hangman's Issues

Integration Test on Ropsten

We need to figure out how to deploy and test on a testnet. All need all tests to be modified/copied into their testnet form so that we can test on testnet.

This means remove mocking
This means linking to existing contracts
This means using all testnet values

  • chainlinkTokenAddress
  • chainlinkOracleAddress
  • chainlinkHttpGetJobId

Avoid Call then Transaction; Return vs Emit

https://github.com/brianwchou/Hangman/blob/9425937b5adac64db94aa100b90d1913a190bbf4/contracts/StartGame.sol#L37

I'm not sure if I like having to do the computation first as a call then a transaction. This means that either we do a call and then a transaction, or we do a transaction and emit the value. I think this depends on how dependable emit can be and if it can be caught reliably. If we do the emit, we probably need to add an identifier as to ensure we're listening to the right emitted event.

Set up migrations.js file

Deploy the HangmanFactory.sol to mainnet

constructor(address _link, address _oracle, string _url, string[] _path)

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.