Git Product home page Git Product logo

auction-interface's Introduction

Starmask Test Dapp

This is a simple test dapp for use in Starmask e2e tests and manual QA.

Currently hosted at https://starmask-test-dapp.starcoin.org.

HTTPS

Online verison will only work if your Starcoin node URL protocol is HTTPS.

If you run it on your local machine, you could use a node URL with HTTP protocol.

Recommended way to add HTTPS to your Starcoin node is using Caddy. Install it on your computer, create a Caddyfile in current directory, and run caddy start. Caddy will proxy requests to your node.

Example Caddyfile:

starcoin.your-domain.com {
    reverse_proxy 127.0.0.1:9850
}

Development

  1. Install dependencies
yarn
  1. Start local server
yarn start
  1. Open browser(Chrome/Safari/Firefox, etc), and go to http://localhost:9022

Contract deployment and execution

Check the file MyCounter.move in this repo, try to deploy and execute it in the Starcoin command line, please refer to Deploy move contract.

After you get the address of the contract, you could execute it in this test-dapp.

auction-interface's People

Contributors

tarvos21 avatar wk3368 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

intellichain555

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.