Skip to content

priteshgudge/blockchain-security-and-operations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Blockchain Course 6 Exercises

node_modules/truffle/build/cli.bundled.js test

To install, download or clone the repo, then move to the required exercise branch with either:

  • git checkout ExerciseC6A --> For Stop Loss & MultiParty Consensus
  • git checkout ExerciseC6B --> Receive, Transfer & Send Funds
  • git checkout ExerciseC6C --> Smart COntract Upgradability
  • git checkout ExerciseC6D --> Oracles Concepts

and for each exercise run:

npm install truffle compile

Develop

To run truffle tests:

``node_modules/truffle/build/cli.bundled.js test test/ExerciseC6D.jsornpm test`

Resources

Versions

This code was created with the following versions of tools:

  • Truffle v5.0.1 (core: 5.0.1)
  • Solidity v0.5.0 (solc-js)
  • Node v8.9.4
  • Ganache v1.2.3

Troubleshooting

  • Ensure Ganache is running on port 8545
  • Ensure Ganache mnemonic is identical to mnemonic in truffle.js
  • Ensure you have at least the versions of the tools specified above
  • Delete node_modules folder and run "npm install" to refresh dependencies
  • If you get compiler errors, change the "pragma" line in all .sol files to match your version

Concepts

  • Ethereum Operations: Stop Loss and Multi-party Consenseus
  • Receive,Transfer, Send Funds

Funds transfer

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published