Skip to content

shankars99/itrix-blockchain-ws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain workshop content for ITRIX 22

Blockchain Introduction slide

https://docs.google.com/presentation/d/1PmCPWioyAIECbRX1Fz3KSjRhskTM5UMxwZwXZEXViME/edit#slide=id.p1

Chainlink Oracles slide

https://docs.google.com/presentation/d/1C8TS-lMWQIXrWb4k0iOX68v-qxpIkcv9tJZyEZrzC4c/edit#slide=id.p1

Attack information (hacks)

https://rekt.news/

IDE for running ethereum (EVM) code

https://remix.ethereum.org/#optimize=true&runs=200&evmVersion=null&version=soljson-v0.8.14+commit.80d49f37.js

Steps to run PokemonBattler.sol

  1. Copy the code from PokemonBattler.sol in this repository
  2. Paste it into remix (the url above)
  3. Goto compile in the side panel then press the compile button
  4. Goto deploy (the one below compile) and press deploy
    4.1. Here you can see different options for the environment (browser vm, framework tools, actual blockchain network, etc)
    4.2. You can change the account that's being used (as long as you're not on a public blockchain the execution are free)
    4.3. Deploy the smart contract
    4.4. Play with it and feel free to make changes to the code, add your own stuff, and profit

Other resources:

OpenZeppelin (security stuff, libraries for code, wizard that completes template)

https://docs.openzeppelin.com/contracts/4.x/wizard

Patrick Collins 32 hours YouTube course

https://youtu.be/gyMwXuJrbJQ

Other Things to do when you're done

1. Explore different frameworks such as hardhat, foundry
2. Deploy code on public testnets
3. Just go ham

Wanna join the Chainlink community? We have events throughout the country and workshops and hackathons

Chainlink India Community

https://twitter.com/Chainlink_IN
https://t.me/chainlinkIN

Chainlink

https://chain.link/
https://www.youtube.com/c/chainlink
https://twitter.com/chainlink

Contributing

Want any more resources?

Add them as issues and I'll look into them and get back (-:

Do something cool?

let me know and we can add it to this repository

About

Blockchain workshop content for ITRIX 22

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published