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.2 to 0.2.0

template/.env.devnet.example

2

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

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

@@ -22,3 +22,3 @@ ## Elrond Dapp - custom starter kit

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

@@ -29,3 +29,3 @@ ```

After initialization remember to configure .env file. Review and rename `.env.example` to `.env.local`
Remember to configure .env file. Review and rename `.env.devnet.example` (or `.env.testnet.example`) to `.env.local`. Examples are for the devnet and the testnet in separate files.

@@ -32,0 +32,0 @@ Dependencies:

### Elrond Dapp - custom starter kit
Remember to configure .env file. Review and rename `.env.example` to `.env.local`
Remember to configure .env file. Review and rename `.env.devnet.example` (or `.env.testnet.example`) to `.env.local`. Examples are for the devnet and the testnet in separate files.

@@ -15,3 +15,3 @@ ```

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

@@ -18,0 +18,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