The Talisman Web Application front-end is a MVP UI built in React, using the following tech-stack:
- React
- React Router
- Styled Components
- Polkadot.js
- Clone repo
- Fetch all module dependencies:
$: yarn - Copy
.env.exampleto.env.localor.envand update values (see below) - start dev env:
$: yarn start
- [see above]
- replace step 4 with:
$: yarn build
REACT_APP_APPLICATION_NAME=MyApplicationName provide a name for the application, used in configuring the web3 object. Should be unique to the environment.
REACT_APP_DEFAULT_CHAIN_ID=0 select a chain ID to use. options
REACT_APP_RAMP_API_KEY=the-api-key provide the Ramp API key for the specific environment.