Skip to content

This is an EVM Compatible Custodial Wallet. For every new user it generates a public and private keys which can be used for sending and storing transactions across the networks.

Notifications You must be signed in to change notification settings

asmar10/EVM-Compatible-Custodial-Wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Make an env file in the backend and paste the given below variables into it

Production Database URL
MONGO_URL= "mongodb+srv://name:Your Mongodb Password@cluster0.ijuwnko.mongodb.net/Your Database Name?retryWrites=true&w=majority"
Localhost Database URL
MONGO_URL= "mongodb://127.0.0.1:27017/wallet"
The given below secret variables will be used for the security of the wallet addresses
PASS_SEC = Your Secret Phrase
JWT_SEC = Your JWT Secret
SECRET_KEY = Your Secret Key
P_ID = Your P_ID

About

This is an EVM Compatible Custodial Wallet. For every new user it generates a public and private keys which can be used for sending and storing transactions across the networks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published