This package has been deprecated

Author message:

please check @useElven/core instead

cra-template-elrond-dapp

0.5.0 • Public • Published

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:

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

Contact me:

Package Sidebar

Install

npm i cra-template-elrond-dapp

Weekly Downloads

0

Version

0.5.0

License

MIT

Unpacked Size

79.8 kB

Total Files

37

Last publish

Collaborators

  • juliancwirko