Guide How to Deploy Seismic Devnet Contract
curl https://sh.rustup.rs -sSf | sh
. "$HOME/.cargo/env"
Verify Installation
rustc --version
For WSL/Ubuntu
sudo apt install jq
For Mac
brew install jq
curl -L \
-H "Accept: application/vnd.github.v3.raw" \
"https://api.github.com/repos/SeismicSystems/seismic-foundry/contents/sfoundryup/install?ref=seismic" | bash
source ~/.bashrc
sfoundryup
🔺This Process can take a while to fully download
git clone --recurse-submodules https://github.com/SeismicSystems/try-devnet.git
cd try-devnet/packages/contract/
bash script/deploy.sh
This script will generate a wallet and promt a Faucet Url and the wallet address of that wallet! You have to take the faucet and Done✅
cd $home
curl -fsSL https://bun.sh/install | bash
cd try-devnet/packages/cli/
bun install
bash script/transact.sh
Done ✅
👉 Join TG for more Updates: https://telegram.me/cryptogg
If U have any issue then open a issue on this repo or Dm me on TG~
Thank U❤️