|
12345678910111213141516171819202122232425262728293031323334 |
- # freaPay
-
- ~Webmodule~ to include a "Buy button" with streamlined crypto-pay transaction.
-
- ## freaPay 0.1
-
- ![Built with Taquito][logo]
-
- 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`
-
- 3. Change your current working directory to the newly cloned repository directory.
- 4. Install dependencies:
-
- `npm install`
-
- 5. Start development server:
-
- `npm run start`
-
- 6. Open https://localhost:3000 in your browser to see a sample application.
-
- [logo]: https://raw.githubusercontent.com/ecadlabs/taquito-boilerplate/master/assets/built-with-taquito.png "Built with Taquito"
|