- Use
manifest\register_app.json
payload structure to register this app with elrond. - Copy the app registration response from elrond. User returned in the response is App User. User details will be used to update the config files.
-
Update configs in
client\config\dev.env.js
for dev environment. -
Copy
config\local.json.dist.json
toconfig\local.json
and update the configs inconfig\local.json
accordingly. Updateapp.apiKey
with the App User's apiKey.
cd client
npm install
npm run build
cd ..
npm install
npm run start