Socket
Socket
Sign inDemoInstall

cra-template-elrond-dapp

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

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
Maintainers
1
Install size
77.9 kB
Created

Readme

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
yarn start

Configuration

Make sure that you have .env.local file: cp .env.devnet.example .env.local

There are examples are for the devnet and the testnet in separate files: .env.devnet.example and .env.testnet.example.

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

Last updated on 06 Nov 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc