Skip to content

rrreol69/seismic-devnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Setup Guide

1. Update and install dependencies

sudo apt update && sudo apt upgrade -y && sudo apt install -y curl git jq lz4 build-essential

2. Install Rust

curl https://sh.rustup.rs -sSf | sh
. "$HOME/.cargo/env"

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" | bash
source ~/.bashrc

4. Run sfoundryup

sfoundryup

5. Clone repository

git clone --recurse-submodules https://github.com/SeismicSystems/try-devnet.git && cd try-devnet/packages/contract

6. Deploy Smart Contract

bash script/deploy.sh

Interact With Encrypted Contract

1. Install Bun

curl -fsSL https://bun.sh/install | bash

2. Install Dependencies

cd ~ && cd try-devnet/packages/cli/
bun install

3. Send Transaction

bash script/transact.sh

Final Step

If you have done all these steps, send a screenshot in the Seismic Discord on the #devnet channel.

Quick Links

📱 Discord Community: discord.gg/seismic

🐦 Twitter/X: @SeismicSys

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published