Skip to content

casper-ecosystem/casper-manager

Repository files navigation

Casper Snap

Snap to enable MetaMask users interaction with Casper dapps.
For detailed documentation and integration instructions see our helper.

Read the FAQ and the Knowledge Base.

Testing Casper Snap

The snap have been audited by Halborn on the 20th June 2023.
You can find the audit here.
You can find the code difference between the audit and now here.

Testing Casper Manager Snap

MetaMask Snaps Open Beta

The MetaMask Snaps Open Beta is a first look at what's possible when extending the capabilities of your wallet. We invite those who are comfortable trying new features to test out these Snaps built by talented community developers.

Live demo dapp

Test Casper Snap inside CasperHolders Testnet or Div3.

Development

Requirements

node version 16 or above

Usage

  • For nvm users
nvm use

  • Enable corepack
corepack enable
  • Install packages
yarn install
  • Run local snap server
yarn start
  • Run snap tests
yarn test