Seascape Network
Search…
Seascape Network
EN
Welcome to Seascape
SMARTCONTRACTS
Addresses
Installation
Seascape NFT (SCAPES)
Crowns (CWS) token
Game for Developers
API Urls
Seascape Nft
Game 2: NFT BRAWL
Game 5: Zombie Farm
Guides
How to use the Scape Store Swapping Feature
How to Play Profit Circus
Guide to NFT Brawl
Guide to Staking Saloon
Guide to Scape Forum
Guide to Zombie Farm
Bridge Your MSCP between MOVR and BSC
Guide to join the pCWS Pools and NFT Trading
Marketplace API
Config
Nft Swap
RPC backend
Smartcontract Changelog
API changelog
Seadex
Intro
Local deployment
Addresses
Managing Token
Lighthouse (IDO)
API
Smartcontrontracts
Installation
Powered By
GitBook
Local deployment
This page describes how to install the SeaDex onyour laptop
Project URL:
https://github.com/blocklords/seadex
Requirements
Project is using
Docker
. Install
Docker Desktop
and
Docker Compose
. Once its done, Login into your Login through your terminal in your computer:
Bash
1
$
docker
login
Copied!
Before you run the containers, you should create .env file in the root folder of Seadex:
Add to .env two following variables:
~/seadex/.env
1
PRIVKEY
=<
moonbeam alpha testnet key
>
2
PRIVKEY_MOONRIVER
=<
moonriver deployer key
>
Copied!
Now, you can run the docker containers:
1
$
docker-compose
up -d
Copied!
Run the command docker-compose in the root folder.
Once its done, visit every docker container that you will see.
docker-compose ps
In order to edit the containers, visit the container:
Seadex Contracts
Seadex Interface
Seadex SDK
1
$
docker
exec
-it seadex-contracts
bash
Copied!
1
$ docker exec -it seadex-interface bash
Copied!
1
$ docker exec -it seadex-sdk bash
Copied!
Inside the container all of them follow the same procedure to initialize:
1
npm
i
2
npm
start
Copied!
Seadex - Previous
Intro
Next - Seadex
Addresses
Last modified
8mo ago
Copy link
Contents
Requirements