Skip to content

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LocalERC20 express API server

To see how this things work's see:

Configuration

Rename the file [.envexample] to [.env] and set the following configurations:

  • Mongodb connection string.
  • Server running port.
  • JsonWebToken auth secret.
  • BrightID upload server IP address.
  • Your website avatar, publicKey and name.

Getting Started

# clone it
git clone https://github.com/sadeghte/localerc20-back.git
cd localerc20-back

# Make it your own
rm -rf .git && git init && npm init

# Install dependencies
npm install

# Start live-reload server
PORT=4000 npm start

Seed Database

open this url in your browser

http://localhost:4000/api/v0.1/seed

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages