Bigplayer Wang
Over 1k subscribers
Install Rust
curl https://sh.rustup.rs -sSf | sh # choose default, just press enter. "$HOME/.cargo/env"
2. Install jq
git clone https://github.com/Homebrew/brew homebreweval "$(homebrew/bin/brew shellenv)"brew update --force --quietchmod -R go-w "$(brew --prefix)/share/zsh"
3. Install sfoundryup
curl -L \ -H "Accept: application/vnd.github.v3.raw" \ "https://api.github.com/repos/SeismicSystems/seismic-foundry/contents/sfoundryup/install?ref=seismic" | bashsource ~/.bashrc
4. Run sfoundryup
sfoundryup # takes between 5m to 60m, and stalling for a while at 98% normal
Just wait for it to complete the installation
5. Clone repository
git clone --recurse-submodules https://github.com/SeismicSystems/try-devnet.gitcd try-devnet/packages/contract/
6. Deploy contract
bash script/deploy.sh
This process will generate new wallet address and link for faucet
7. Funding your wallet
8. Deploy Contract
Interact with an encrypted contract
Install Bun
curl -fsSL https://bun.sh/install | bash
2. Install node dependencies
cd try-devnet/packages/cli/bun install
3. Send transactions
bash script/transact.sh
具体教程点击下方