Skip to content

gallak87/0xpoland

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0xpoland

Attempt at cracking 0xpoland.dev puzzle contract: https://etherscan.io/address/0x46CA2bf8188303887d6AF76ddD316AFa233b2ec9 info: www.0xpoland.dev twitter: https://twitter.com/0xPoland

How to run

  1. install deps (requires nodejs, npm)
npm -i ganache-cli truffle
  1. in 1 terminal, run
ganache-cli
  1. in another terminal at this folder, compile the contract
truffle compile Puzzle
  1. and then deploy it
truffle migrate > output.log

Testing answers

  1. Now you are ready to test. Edit reveal.js with your answer and run:
truffle exec migrations/4_reveal.js --network development > output.log
  1. Check the output, if it has 'invalid' you guessed wrong.

if you get stuck, refer to this article https://medium.com/haloblock/deploy-your-own-smart-contract-with-truffle-and-ganache-cli-beginner-tutorial-c46bce0bd01e

About

Attempt at cracking 0xpoland.dev puzzle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published