Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Montoya committed Aug 21, 2024
1 parent 67d3977 commit 88a0863
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
13 changes: 3 additions & 10 deletions packages/snap/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# TypeScript Example Snap
# Slots Snap for MetaMask

This snap demonstrates how to develop a snap with TypeScript. It is a simple
snap that displays a confirmation dialog when the `hello` JSON-RPC method is
called.
Welcome to the casino.

## Testing

The snap comes with some basic tests, to demonstrate how to write tests for
snaps. To test the snap, run `yarn test` in this directory. This will use
[`@metamask/snaps-jest`](https://github.com/MetaMask/snaps/tree/main/packages/snaps-jest)
to run the tests in `src/index.test.ts`.
This Snap adds an embedded interactive game to MetaMask. You can play it by going to the menu, then "Snaps," then click on "Slots." Enjoy!
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slots-snap",
"version": "0.1.0",
"version": "1.0.0",
"description": "Welcome to the casino.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.1.0",
"version": "1.0.0",
"description": "Welcome to the casino.",
"proposedName": "Slots",
"repository": {
"type": "git",
"url": "https://github.com/Montoya/slots-snap.git"
},
"source": {
"shasum": "DC4TOAGG3PD/f7nlb+oaIBNDKyr8ZZfgsyoJE710Bvg=",
"shasum": "RVDHChwUUnn5g2hW/X6MXoLUY8M2bjixDIuqXb9Iqpo=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit 88a0863

Please sign in to comment.