https://github.com/tauseedzaman/laravel-web3
working with web3 smart contracts in laravel
https://github.com/tauseedzaman/laravel-web3
erc20-token erc20-tokens give-away-token laravel-erc20 laravel-web3 smart-contracts
Last synced: 6 months ago
JSON representation
working with web3 smart contracts in laravel
- Host: GitHub
- URL: https://github.com/tauseedzaman/laravel-web3
- Owner: tauseedzaman
- Created: 2023-12-12T17:55:12.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-14T08:04:56.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T04:28:13.700Z (6 months ago)
- Topics: erc20-token, erc20-tokens, give-away-token, laravel-erc20, laravel-web3, smart-contracts
- Language: PHP
- Homepage:
- Size: 183 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel Web3 App
## Introduction
Welcome to the **Laravel Web3 App**! This simple laravel web3 allows you to send ERC20 token named tauseeds Token [TTN](https://sepolia.etherscan.io/token/0xdfd8be0510b140ab9c19f97154df12be445fee2f) to any auth User....
## Getting Started
### Prerequisites
To run this Laravel app, you need to have the following software installed on your machine:
- [PHP](https://www.php.net/)
- [Composer](https://getcomposer.org/)
- [Node.js](https://nodejs.org/)
- [MetaMask](https://metamask.io/)### Installation
1. Clone the repository:
```bash
git clone https://github.com/tauseedzaman/laravel-web3.git
```
2. Change into the project directory:
```bash
cd laravel-web3
```3. Install PHP dependencies:
```bash
composer install
```
4. Install JavaScript dependencies:
```bash
npm install && npm run dev
```
5. Create a copy of the .env.example file and rename it to .env. Update the database and other configurations as needed.
6. Generate an application key:
```bash
php artisan key:generate
```
7. Migrate the database:
```bash
php artisan migrate
```
8. Configure the node-app/server.js accordingly9. Serve the application:
1. Run laravel Application
```bash
php artisan serve
```2. Run the node API
```bash
node node-app\server.js
```10. Visit [http://127.0.0.1:8000](http://127.0.0.1:8000) in your browser to view the app.
## Contributing
If you would like to contribute to this project feel free to do so...## License
This project is licensed under the MIT License.## Finally
Give a Start⭐ if you liked it ✌✌