Skip to content

krakenfx/swoop

Repository files navigation

swoop

Ethreum pre-sale wallet importer.

Branch Unit Tests
master Build Status

Swoop

Installing

git clone https://github.com/krakenfx/swoop.git

Running

GETH_RPC_URL=https://geth.kraken.com:2096 \
npm run hot

And open your browser to http://localhost:8080

Building

Local webserver with hot module reloading

GETH_RPC_URL=https://geth.kraken.com:2096 \
npm run hot

Development version

GETH_RPC_URL=https://geth.kraken.com:2096 \
npm run dev

Production version

GETH_RPC_URL=https://geth.kraken.com:2096 \
npm run prod

Tests

npm test

And integration tests:

GETH_RPC_URL=https://geth.kraken.com:2096 \
npm run integration

Author

Andreas Brekken andreas@kraken.com

Acknowledgements

License

ISC