Skip to content

steem-monsters/splinterlands-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

splinterlands-playground

The playground for programmatic interaction with the Splinterlands platform.

It's designed to be hosted on GitHub Pages at playground.splinterlands.com.

Features

The features of the Playground:

  • Interactive tool for executing custom blockchain operations
  • Examples of blockchain operations with lots of sugary delicious documentation

Purpose & Design Approach

The Playground was built and designed to accomplish the following goals:

  • Simplistic web design
  • Lots of examples
  • Integrated documentation and validation

Local Development

To work on the playground locally everything was made to be as simple as possible with the least amount of work to get the project up and running. For that purpose, the files are served via a simple file system http server using the http-server npm package.

Install Local Http Server

To install http-server its as simple as:

npm install http-server -g

See project documenation for more details.

Start Local Http Server

Start the local http server by running:

npm start

Access the site on a local port at http://localhost:8080

About

The playground for programmatic interaction with the Splinterlands platform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published