Skip to content

Commit

Permalink
remove simple minter (#50)
Browse files Browse the repository at this point in the history
* simple minter

* remove files old minter
  • Loading branch information
rubenmarcus authored Nov 21, 2023
1 parent 01368ec commit e7a3d5f
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 12,440 deletions.
1 change: 0 additions & 1 deletion minter/src/config/setup.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export const MintbaseWalletSetup = {
contractAddress: "test122212.mintspace2.testnet",
network: "testnet",
callbackUrl: "http://testnet.localhost:3000/",
};
35 changes: 0 additions & 35 deletions simple-minter/.eslintrc.json

This file was deleted.

3 changes: 0 additions & 3 deletions simple-minter/.example.env

This file was deleted.

35 changes: 0 additions & 35 deletions simple-minter/.gitignore

This file was deleted.

94 changes: 0 additions & 94 deletions simple-minter/components/MintForm.tsx

This file was deleted.

83 changes: 0 additions & 83 deletions simple-minter/components/Minter.tsx

This file was deleted.

19 changes: 0 additions & 19 deletions simple-minter/components/NearWalletSelector.tsx

This file was deleted.

3 changes: 0 additions & 3 deletions simple-minter/constants.ts

This file was deleted.

5 changes: 0 additions & 5 deletions simple-minter/next-env.d.ts

This file was deleted.

6 changes: 0 additions & 6 deletions simple-minter/next.config.js

This file was deleted.

Loading

4 comments on commit e7a3d5f

@vercel
Copy link

@vercel vercel bot commented on e7a3d5f Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

examples-starter-react-vite – ./starter/react-vite

examples-starter-react-vite-git-main-mintbase.vercel.app
examples-starter-react-vite-mintbase.vercel.app
starter-react-vite.vercel.app

@vercel
Copy link

@vercel vercel bot commented on e7a3d5f Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

examples-simple-marketplace – ./simple-marketplace

examples-simple-marketplace-git-main-mintbase.vercel.app
examples-simple-marketplace-mintbase.vercel.app
examples-simple-marketplace.vercel.app

@vercel
Copy link

@vercel vercel bot commented on e7a3d5f Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

examples-starter – ./starter/next-js

mintbase-starter.vercel.app
examples-starter-git-main-mintbase.vercel.app
examples-starter-mintbase.vercel.app

@vercel
Copy link

@vercel vercel bot commented on e7a3d5f Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

examples-simple-minter – ./minter

examples-simple-minter-mintbase.vercel.app
examples-simple-minter-git-main-mintbase.vercel.app
examples-simple-minter.vercel.app

Please sign in to comment.