Skip to content

tanghel/elrond-multisig

Repository files navigation

Elrond Network


Dapp boilerplate for Multisig

The react implementation for Dashboard Multisig


· Report Bug · Request Feature

Table of Contents
  1. Built With
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing

Built With

Getting Started

The elrond-multisig is a client side only project and is built using React Js Framework.

Prerequisites

For development you will need to have the following:

  • node version 12.13.0
  • npm

Instalation and running

Step 1. Install modules

From a terminal, navigate to the project folder and run npm install

Step 2. Update Configs

In the application's src folder there are 3 config files (config.internal.ts, config.testnet.ts, config.mainnet.ts).

Based on the environment used the configs will need to be updated:

  • multisigContract : should contain the address of the Multisig Smart Contract received after the creation of Multisig Smart Contract
  • also check the walletAddress, apiAddress and explorerAddress

Step 3. Run locally

To run the project locally run npm run start from the project folder. This will start the React app in development mode, using the configs found in the config.ts file.

Step 4. Build for production

A build of the app is necessary to deploy to production.

The dapp is configured with build scripts targeting either an internal (local) testnet, the public testnet or the public devnet.

For internal run => npm run build-internal (for internal build the package.json script for start will need to be updated and remove the Https restriction)

For testnet run => npm run build-testnet

For mainnet run => npm run build-mainnet

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

One can contribute by creating pull requests, or by opening issues for discovered bugs or desired features.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Developers

The Elrond Team.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published