TR kizaki Tech Memo

Foundry install

前にfoundry installしてあったけどupdate

.cargoからcast,forge,anvilはuninstallした。.foundryでmanageする

┌─(~)───────────────────────────┐
└─(18:58:25 on main ✖ ✹ ✭)──> foundryup                         ──(Mon,Apr

.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx
 
 ╔═╗ ╔═╗ ╦ ╦ ╔╗╔ ╔╦╗ ╦═╗ ╦ ╦         Portable and modular toolkit
 ╠╣  ║ ║ ║ ║ ║║║  ║║ ╠╦╝ ╚╦╝    for Ethereum Application Development 
 ╚   ╚═╝ ╚═╝ ╝╚╝ ═╩╝ ╩╚═  ╩                 written in Rust.

.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx

Repo       : https://github.com/foundry-rs/
Book       : https://book.getfoundry.sh/                      
Chat       : https://t.me/foundry_rs/                         
Support    : https://t.me/foundry_support/
Contribute : https://github.com/orgs/foundry-rs/projects/2/

.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx

foundryup: installing foundry (version nightly, tag nightly-dedc31eed0683764ae542b9b575c21f6bd2a5c60)
foundryup: downloading latest forge, cast, anvil, and chisel
######################################################################### 100.0%
foundryup: downloading manpages
######################################################################### 100.0%
foundryup: installed - forge 0.2.0 (dedc31e 2023-04-24T00:04:45.354269000Z)
foundryup: warning: 
There are multiple binaries with the name 'forge' present in your 'PATH'.
This may be the result of installing 'forge' using another method,
like Cargo or other package managers.
You may need to run 'rm /Users/$HOME/.cargo/bin/forge' or move '/Users/$HOME/.foundry/bin'
in your 'PATH' to allow the newly installed version to take precedence!

foundryup: installed - cast 0.2.0 (dedc31e 2023-04-24T00:04:45.354269000Z)
foundryup: warning: 
There are multiple binaries with the name 'cast' present in your 'PATH'.
This may be the result of installing 'cast' using another method,
like Cargo or other package managers.
$HOME/.cargo/bin/cast' or move '/Users/$HOME/.foundry/bin'
in your 'PATH' to allow the newly installed version to take precedence!

foundryup: installed - anvil 0.1.0 (dedc31e 2023-04-24T00:04:51.901457000Z)
foundryup: warning: 
There are multiple binaries with the name 'anvil' present in your 'PATH'.
This may be the result of installing 'anvil' using another method,
like Cargo or other package managers.
You may need to run 'rm /Users/$HOME/.cargo/bin/anvil' or move '/Users/$HOME/.foundry/bin'
in your 'PATH' to allow the newly installed version to take precedence!

foundryup: installed - chisel 0.1.1 (dedc31e 2023-04-24T00:04:52.046114000Z)
foundryup: done

update 22/Oct/2023

└─(23:33:56 on main ✖ ✹ ✭)──> foundryup                   130 ↵ ──(Sun,Oct22)─┘

.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx
 
 ╔═╗ ╔═╗ ╦ ╦ ╔╗╔ ╔╦╗ ╦═╗ ╦ ╦         Portable and modular toolkit
 ╠╣  ║ ║ ║ ║ ║║║  ║║ ╠╦╝ ╚╦╝    for Ethereum Application Development 
 ╚   ╚═╝ ╚═╝ ╝╚╝ ═╩╝ ╩╚═  ╩                 written in Rust.

.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx

Repo       : https://github.com/foundry-rs/
Book       : https://book.getfoundry.sh/                      
Chat       : https://t.me/foundry_rs/                         
Support    : https://t.me/foundry_support/
Contribute : https://github.com/orgs/foundry-rs/projects/2/

.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx

foundryup: installing foundry (version nightly, tag nightly-619f3c56302b5a665164002cb98263cd9812e4d5)
foundryup: downloading latest forge, cast, anvil, and chisel
######################################################################### 100.0%
foundryup: downloading manpages
######################################################################### 100.0%
foundryup: installed - forge 0.2.0 (619f3c5 2023-10-22T00:19:08.867786000Z)
foundryup: installed - cast 0.2.0 (619f3c5 2023-10-22T00:19:08.877888000Z)
foundryup: installed - anvil 0.2.0 (619f3c5 2023-10-22T00:19:08.857749000Z)
foundryup: installed - chisel 0.2.0 (619f3c5 2023-10-22T00:19:13.539686000Z)
foundryup: done!