Skip to content

qdriven/evm-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Setup Project

curl -L https://foundry.paradigm.xyz | bash
forge clean
forge build
forge test
forge remappings > remappings.txt
forge compile

Hardhat/Open zepplin Setup

Upgrade solidity

brew upgrade solidity

Setup Node and Remix

Hardhat Node

npx hardhat node

Setup Remix

  1. Remix Desktop
  2. Remix daemon
remixd -s ./contracts/

Setup Project Remappings and Run First Unit Test

Lessons

  • [] First Contract
  • [] How to Test a Contract
  • [] How to Deploy a Contract

About

evm contract learning collections

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors