~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.

README.md 1.1KB

3 jaren geleden
3 jaren geleden
3 jaren geleden
12345678910111213141516171819202122232425262728293031323334
  1. # freaPay
  2. ~Webmodule~ to include a "Buy button" with streamlined crypto-pay transaction.
  3. ## freaPay 0.1
  4. ![Built with Taquito][logo]
  5. A minimal React App with a Buy-Button.
  6. 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.
  7. Based on the Taquito Boilerplate React Template
  8. **status: this project is in early development and is not recommended for anything, really**
  9. ### Getting Started
  10. 1. Make sure you have https://nodejs.org/ installed on your computer
  11. 2. Clone your new repository:
  12. `git clone https://git.freakaria.com/SPKT/freaPay`
  13. 3. Change your current working directory to the newly cloned repository directory.
  14. 4. Install dependencies:
  15. `npm install`
  16. 5. Start development server:
  17. `npm run start`
  18. 6. Open https://localhost:3000 in your browser to see a sample application.
  19. [logo]: https://raw.githubusercontent.com/ecadlabs/taquito-boilerplate/master/assets/built-with-taquito.png "Built with Taquito"