/evm-wallet-api

An API to generate and store EVM-based custodial wallets.

Primary LanguageTypeScript

evm-wallet-api

API for creating wallets.

npm i

Server installation

SSH into the server and execute the following commands.

MySQL installation

sudo apt update
sudo apt install mysql-server
sudo systemctl start mysql.service

PM2 installation

npm install pm2@latest -g
pm2 start npm --name "evm-wallet-api" -- run dev