Skip to content

malm0d/ERC1155-Yul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yul developer experience

Repository installation

  1. Install Foundry
curl -L https://foundry.paradigm.xyz | bash
foundryup
  1. Install solidity compiler https://docs.soliditylang.org/en/latest/installing-solidity.html#installing-the-solidity-compiler

NOTE:

Added: --evm-version=paris to YulDeployer.sol to work around PUSH0 issue.

  1. Build Yul contracts and check tests pass
forge test

Running tests

Run tests (compiles yul then fetch resulting bytecode in test)

forge test

To see the console logs during tests

forge test -vvv

About

Week 13 - 14 of RareSkills Advanced Solidity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published