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 - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "cra-template-elrond-dapp",
"version": "0.1.1",
"version": "0.1.2",
"author": "Julian Ćwirko (julian.io)",

@@ -5,0 +5,0 @@ "keywords": [

@@ -1,2 +0,2 @@

## Elrond Dapp custom starter kit
## Elrond Dapp - custom starter kit

@@ -20,2 +20,8 @@ Custom Elrond Blockchain Dapp React starter kit

```
cd my-app
cp .env.example .env.local
yarn start
```
### Configuration

@@ -22,0 +28,0 @@

@@ -34,3 +34,7 @@ {

"eslint-config-react-app": "^6.0.0",
"eslint-plugin-import": "^2.24.2"
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-flowtype": "^5.9.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0"
},

@@ -37,0 +41,0 @@ "scripts": {

@@ -1,5 +0,19 @@

### Configuration
### Elrond Dapp - custom starter kit
Remember to configure .env file. Review and rename `.env.example` to `.env.local`
```
yarn create reac-app my-app --template elrond-dapp
```
or
```
npx create-react-app my-app --template elrond-dapp
```
then
```
cd my-app
cp .env.example .env.local
yarn start
```
Dependencies:

@@ -6,0 +20,0 @@

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