~Webmodule~ to include a "Buy button" with streamlined crypto-pay transaction.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dom b224e3b16f tidy пре 3 година
build tidy пре 3 година
public this one I showed пре 3 година
src this one I showed пре 3 година
.gitignore import my deviation from taquito-boilerplate-react template пре 3 година
LICENSE Initial commit пре 3 година
README.md update README пре 3 година
package-lock.json import my deviation from taquito-boilerplate-react template пре 3 година
package.json import my deviation from taquito-boilerplate-react template пре 3 година
tsconfig.json import my deviation from taquito-boilerplate-react template пре 3 година

README.md

freaPay

~Webmodule~ to include a “Buy button” with streamlined crypto-pay transaction.

freaPay 0.1

Built with Taquito

A minimal React App with a Buy-Button. On triggering the Buy-Button a certain amount - given as React Component parameter - of any FA2 compatible contract based asset is transfered to a certain wallet, also given as React Component parameter. Based on the Taquito Boilerplate React Template

status: this project is in early development and is not recommended for anything, really

Getting Started

  1. Make sure you have https://nodejs.org/ installed on your computer
  2. Clone your new repository:

git clone https://git.freakaria.com/SPKT/freaPay

  1. Change your current working directory to the newly cloned repository directory.
  2. Install dependencies:

npm install

  1. Start development server:

npm run start

  1. Open https://localhost:3000 in your browser to see a sample application.