0.5.0 • Published 3 years ago

cra-template-elrond-dapp v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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:

0.5.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago