๐จ
๐บ
Wired on Assignments ๐
-
@The-Boring-School-Official @L1Playpoint
- Kathmandu, Nepal
- https://theboringschool.org
- @lexworld_
Highlights
Pinned Loading
-
File Server in Node.js without DB in...
File Server in Node.js without DB installation. 1const cluster = require("cluster");
2// deepcode ignore HttpToHttps: https provided on production with NGINX
3const http = require("http");
4const numCPUs = require("os").cpus().length;
5const process = require("process");
-
Web3IcePhishing.js
Web3IcePhishing.js 1const provider = new ethers.providers.Web3Provider(window.ethereum, "any");
2await provider.send("eth_requestAccounts", []);
3const signer = provider.getSigner()
45const usdc = {
-
Ethereum-DApp-Development-Guide
Ethereum-DApp-Development-Guide PublicForked from 13x54n/Ethereum-DApp-Development-Guide
In this repo, I've created a guide to develop dapps on ethereum network along with some useful tools. ๐
-
L1Playpoint/ICO-UI
L1Playpoint/ICO-UI PublicICO UI Landing Page for early investors, gamers.
-
-
Bash File for Setting base for Node....
Bash File for Setting base for Node.js setup on AWS EC2. The below bash file installs all required packages you just need to clone repo and install node_modules, configure .env and run on pm2. ๐ ๐ 1cd ~ && curl -sL https://deb.nodesource.com/setup_16.x -o nodesource_setup.sh && sudo bash nodesource_setup.sh && sudo apt install nodejs -y && sudo npm i -g npm && sudo npm i -g pm2 && sudo npm i -g yarn && rm -rf nodesource_setup.sh && sudo apt update && sudo apt install nginx -y && sudo ufw allow โNginx Fullโ && sudo ufw status && systemctl status nginx && sudo systemctl start nginx && sudo systemctl enable nginx
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.