The Terra dApp Template is a starter template built off the wallet-provider repo. This template is built with a robust infrastructure. This is intended to help developers build, with ready to configure, production ready tooling.
Please ensure you are running node 14 or higher
Use the package manager yarn to install the dependencies.
yarn install
yarn start
yarn storybook
yarn test
yarn e2etest
This repo has minimal setup done in the Eslint and Prettier files with the intention that the developer using the template can set up the rules how they would like
Most projects tend to use the AirBNB style guide but this template uses minimal rules to allow the user the ability to to customize it as they want.