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.3.1 to 0.4.0

2

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

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

{
"package": {
"dependencies": {
"@elrondnetwork/dapp": "^0.0.59",
"@elrondnetwork/dapp": "^0.0.60",
"@elrondnetwork/dapp-utils": "^0.0.14",

@@ -6,0 +6,0 @@ "@elrondnetwork/erdjs": "^8.0.1-alpha.5",

@@ -6,10 +6,17 @@ ### Elrond Dapp - custom starter kit

```
yarn create reac-app my-app --template elrond-dapp
npx create-react-app my-app --template elrond-dapp
```
or
(npx is a package runner tool that comes with npm 5.2+ and higher, see instructions for older npm versions)
```
npx create-react-app my-app --template elrond-dapp
npm init react-app my-app --template elrond-dapp
```
then
(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

@@ -16,0 +23,0 @@ cp .env.devnet.example .env.local

@@ -33,1 +33,8 @@ export const stringToHex = (str: string) => {

};
export const providerIdMap: { [key: string]: string } = {
local: 'local-testnet',
testnet: 'elrond-testnet',
devnet: 'elrond-devnet',
mainnet: 'elrond-mainnet',
};

Sorry, the diff of this file is not supported yet

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