Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 205 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 205 Bytes

Cudos-MultiSend dApp

running in Docker

  • docker build -t cudos-multisend .
  • docker run --rm -it -p 3033:80 cudos-multisend

running Locally

  • yarn install
  • yarn build
  • yarn dev