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

ldunnplaymint/Wew-lads

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 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:

Example of how to fork and make changes to the repository

  • Install Docker
  • Fork this repository
  • In /contracts/src/Game.sol on line 81, change the name of the building from "MyDawnseekersExtension" to "Hello World"
  • From the root of the repository, run 'docker compose up --build'
  • ... will take a minuite or so to provision the game's services, then you should be able to use a browser to visit:
  • Collect enough resources to construct a building
  • You will notice that you will be given the option to build the "Hello World" building

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%