Skip to content

panda15963/aiWeb3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aiWeb3

Git clone

git clone <address> 

Install dependencies

npm install

## Run Doctor Script
    
``` bash
    npm run doctor

Mysql script for Database

CREATE TABLE transactions(                               
  id INT NOT NULL AUTO_INCREMENT,
  txnHash INT NOT NULL,
  userID INT NOT NULL,
  dateTime TIMESTAMP NOT NULL,
  fromID VARCHAR(200) NOT NULL,
  toID VARCHAR(200) NOT NULL,
  price FLOAT NOT NULL,
  tokenFee FLOAT NOT NULL,
  PRIMARY KEY (id)
);

Troubleshooting

Solution

1. If you see the error: "Attention: Next.js now collects completely anonymous telemetry regarding usage. This information is used to shape Next.js' roadmap and prioritize features. You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting https://nextjs.org/telemetry." Type the following command to disable it:"

npx next telemetry disable

2. Error: connect ECONNREFUSED 0.0.0.0:3306 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1602:16)

netstat -lntup | grep 3306

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages