Skip to content

SSantiago90/chainlink-bootcamp

Repository files navigation

ETHDenver 2022 Smart Contract Developer Bootcamp

Set of excercises made during ETHDenver Bootcamp hosted by ChainLink on March 2022 👨‍💻

ETHDenver 2022 Smart Contract Developer Bootcamp

Instructions

Given instructions found on this doc.

Document published and mantained by Chainlink - it may not be available in the future.

Framework

Developed with truffle suite. Using Solidity 0.8.7 Smart Contract language.

How to run

Install truffle tools locally

  • npm install -g truffle

Install NPM dependencies

  • npm install

run truffle enviroment and CLI (includes local Ethereum Virtual Blockchain for testing)

  • truffle development

Inside truffle CLI

Compile contracts and migrate/deploy to blockchain (inside)

  • compile
  • migrate

Create instance and interact with given contract

  • let contractInstance = await {ContractName}.deployed();
  • contractInstance.callSomeMethod();

Check out truffle documentation for more info about how to interact with contracts

TO-DO's

  • Develop more contracts!
  • Front-End UI/App using Javascript/React with Drizzle framework
  • Deploy on Ethereum Test Net

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published