Skip to content

example of deploying a dawnseekers building extension contract with a frontend plugin

Notifications You must be signed in to change notification settings

5p0rt5BEArD/ds-example-building-extension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dawnseekers Building Extension Starter

Overview

An example/starter repository to fork and get started developing a Building Extension and client plugin for Dawnseekers.

Getting started

  • Install Docker
  • clone this repository with submodules: git clone --recursive https://github.com/playmint/ds-example-building-extension.git
  • run docker compose up --build from your cloned repository folder
  • ... will take a minuite or so to provision the game's services, then you should be able to use a browser to visit:

Cleaning up

To delete the provisioned services:

docker compose down -v --rmi=all -t 1 --remove-orphans

About

example of deploying a dawnseekers building extension contract with a frontend plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.8%
  • Solidity 10.6%
  • EJS 3.6%
  • Dockerfile 2.6%
  • Shell 2.5%
  • JavaScript 0.9%