Skip to content

Commit

Permalink
Add Ethereum wallets to create-near-app (#2160)
Browse files Browse the repository at this point in the history
* feat!: eth wallets

* fix: tests

* chore: release v8.0.0
  • Loading branch information
gagdiez authored Sep 30, 2024
1 parent 74cf7ad commit f94fa5f
Show file tree
Hide file tree
Showing 31 changed files with 551 additions and 1,129 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-near-app",
"version": "7.0.3",
"version": "8.0.0",
"description": "Quickly scaffold your dApp on NEAR Blockchain",
"main": "index.js",
"engines": {
Expand Down
42 changes: 0 additions & 42 deletions templates/frontend/components/next-app/package.json

This file was deleted.

This file was deleted.

43 changes: 0 additions & 43 deletions templates/frontend/components/next-app/src/components/cards.js

This file was deleted.

31 changes: 0 additions & 31 deletions templates/frontend/components/next-app/src/components/vm.js

This file was deleted.

23 changes: 0 additions & 23 deletions templates/frontend/components/next-app/src/config.js

This file was deleted.

Loading

0 comments on commit f94fa5f

Please sign in to comment.