🚀 Mintships Alpha makes sharing unlockable content possible for all creators nd recognizes tokens held in the wallet upon scanning of a QR code to enable the use of membership/ticket NFTs in physical spaces.
Because every creator should have an easy, direct way to share premium content with their community
- 🔥 Share premium content with your community easy and direct using NFT ownership!
- 🔥 Allow create a QR code to enable the use of membership/ticket NFTs in physical spaces.
- 🔥 Accept cryptocurrency payments in your lock page with no middleman or transaction fees.
- 🔥 Tweet to unlock premium content feature.
- 🔥 Easily use existing links to premium content to create a new content lock.
- Node.js 16+, Npm and Metamask
Run the following command on your local environment:
git clone https://github.com/sekmet/mintships-eth-polygon-alpha my-project-name
cd my-project-name
npm install
Then, you can run locally in development mode with live reload:
npm run dev
Open http://localhost:3000 with your favorite browser to see your project.
You can see the results locally in production mode with:
$ yarn run build
$ yarn run start
Now, your app is ready to be deployed. All generated files are located at out
folder, which you can deploy with any hosting service.
If you are VSCode users, you can have a better integration with VSCode by installing the suggested extension in .vscode/extension.json
. The starter code comes up with Settings for a seamless integration with VSCode. The Debug configuration is also provided for frontend and backend debugging experience.
Pro tips: if you need a project wide type checking with TypeScript, you can run a build with Cmd + Shift + B on Mac.
Everyone is welcome to contribute to this project. Feel free to open an issue if you have question or found a bug.
Licensed under the MIT License, Copyright © 2022
See LICENSE for more information.