Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dechains/cra-template-dapp

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dechains/cra-template-dapp

Create react app template with notification system, etherium wallet integration, MUI5 integration and other necessary packages required for base dApp development in REACTJS

  • 0.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

@dechains/cra-template-dapp

Create react app template with notification system, etherium wallet integration, MUI5 integration and other necessary packages required for base dApp development in REACTJS


Useage with create-react-app

[Use yarn mandatory]

yarn create react-app myapp --template @dechains/dapp
OR use with cra-script-nomod
yarn create react-app myapp --template @dechains/dapp --scripts-version cra-script-nomod 

Adding .env and .env.development when using cra-script-nomod

Customize cra-template template.json if using with cra-script-nomod

{
    "package": {
        "dependencies":{
            ...
        },
        "devDependencies":{
            ...
        }
    },
    "env":{
        "REACT_APP_API_URL" : "https://example.com/api"
    },
    "envDevelopment":{
        "REACT_APP_DEVELOPMENT_API_URL" : "https://example.com/api"
    },
}

List of included functionality:-
  • Redux Toolkit
  • Global Modal Dialog System
  • Etherium Wallet Integration
  • File/Image drop component
  • Notification Redux Hook System
  • File To Base64 And Data to FormData utility Functions
  • Routing Navigation
  • Base Structure to get started
  • Mobile Responsive Drawer
  • Prettier Formating
  • MUI5 Custom Theme integration
  • Seperate ENVs for Prod & Dev

[cra-script-nomod]

https://github.com/saqlain1020/cra-script-nomod


License

MIT

Keywords

FAQs

Package last updated on 15 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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