Learn More
Demo dApp designed as a proof of concept for using SKALE's file storage feature.
- Install node packages
npm install
- Update
.env
file with your credentials.
ACCOUNT=[YOUR_ACCOUNT]
PRIVATE_KEY=[YOUR_PRIVATE_KEY]
SKALE_CHAIN=[YOUR_SKALE_CHAIN_ENDPOINT]
For example your .env
file should look like:
ACCOUNT=0x1111111111111111111111111111111111111111
PRIVATE_KEY=2222222222222222222222222222222222222222222222222222222222222222
SKALE_CHAIN=http://123.12.34.123:1234
- Run the app locally
npm start