mrkara / casper-wallet-playground

The playground app to showcase Casper Wallet integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Casper Wallet Playground App

Screenshot of the Casper Wallet Playground App in action

Introduction

Casper Wallet Playground App is a sample project designed to help developers understand how to integrate Casper Wallet with third-party web applications. This repository serves as a reference implementation and learning resource for developers interested in the Casper Network ecosystem.

Please be aware that the app is only for development and testing, and not for direct usage in production environments, as the name suggests.

Getting Started

To set up the development environment, follow these steps:

  1. Prerequisites: Ensure you have Node.js and npm installed.
  2. Clone the repository: git clone https://github.com/make-software/casper-wallet-playground.git
  3. Navigate to the project directory: cd casper-wallet-playground
  4. Install dependencies: npm install

Once the setup is complete, refer to the Available Scripts section to start, test, or build the project.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Contributing

We welcome contributions from the community! If you'd like to contribute, please follow these guidelines:

  1. Fork the repository and create a new branch for your feature or bug fix.
  2. Commit your changes and submit a pull request to the original repository.
  3. For issues, bug reports, or feature requests, please create a new issue in the issue tracker.

Before submitting a pull request, ensure you have:

  • Followed the project's coding style and conventions.
  • Added or updated relevant documentation.
  • Included tests for new or updated functionality.

For more details on the contribution process, please refer to the CONTRIBUTING.md file.

License

This project is licensed under the Apache License 2.0. For more information, see the LICENSE file.

About

The playground app to showcase Casper Wallet integration

License:Apache License 2.0


Languages

Language:TypeScript 88.9%Language:HTML 7.6%Language:CSS 1.4%Language:Dockerfile 1.1%Language:Shell 0.9%