Socket
Socket
Sign inDemoInstall

cra-template-elrond-dapp

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cra-template-elrond-dapp

Custom Elrond Dapp template for Create React App.


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Elrond Dapp - custom starter kit

Custom Elrond Blockchain Dapp React starter kit

npx create-react-app my-app --template elrond-dapp

(npx is a package runner tool that comes with npm 5.2+ and higher, see instructions for older npm versions)

npm init react-app my-app --template elrond-dapp

(npm init is available in npm 6+)

yarn create react-app my-app --template elrond-dapp

(yarn create is available in Yarn 0.25+)

cd my-app
cp .env.example .env.local
yarn start

Configuration

After initialization remember to configure .env file. Review and rename .env.example to .env.local

Dependencies:

  • React with Typescript
  • @elrondnetwork/dapp,
  • @elrondnetwork/dapp-utils,
  • @elrondnetwork/erdjs,
  • evergreen-ui,
  • Prettier and Eslint configured to work with Typescript

Just a custom one, remember that there is an official dapp-template

Contact me:

Keywords

FAQs

Package last updated on 31 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc