Skip to content

sadeghte/localerc20-back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published