0.26.20 • Published 2 months ago

@etherspot/react-transaction-buidler v0.26.20

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

License npm contributions discord

Etherspot transaction BUIDLer for React

BUIDLer is a react component that allows plug-and-play integration with the Etherspot SDK, allowing dApps and developers to easily leverage the SDK in a highly customisable fashion.

Try live demo

Prerequisites

Please ensure that you have the Editor Config plugin installed for VS Code:

Name: EditorConfig for VS Code
Id: EditorConfig.EditorConfig
Description: EditorConfig Support for Visual Studio Code
Version: 0.16.4
Publisher: EditorConfig
VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig

Getting Started

Install Etherspot transaction BUIDLer using npm or yarn

npm i @etherspot/react-transaction-buidler

Plug in your dApp

import {
  Etherspot,
} from "@etherspot/react-transaction-buidler";

/**
 * This is all that is needed to get started.
 * To customise this, see the possible props
 * you can pass in the docs.
 */
function RenderEtherspot(props) {
  return <Etherspot />;
}

Developing locally

You can set up BUIDLER locally and develop new features for it. Please follow the instructures below:

  • First, check out the Etherspot BUIDLER Example dapp here
  • Then, checkout this repository
  • In this repository directory: run npm install && npm link
  • In this repository directory:: run npm run rollup:watch - this project is now being watched for code changes
  • In the Example dapp directory: run npm install && npm link @etherspot/react-transaction-buidler
  • In the Example dapp directory: add a file called ".env"
  • To this file add this line: REACT_APP_WEB3AUTH_CLIENT_ID = "fake_id"
  • Replace fake_id with a real client ID from https://dashboard.web3auth.io/home/web3auth if you want social logins to work. Otherwise continue without it and login with a keybased wallet
  • In the Example dapp directory: run npm run start

You can now make code changes in this repository and changes will be reflected in the Example dapp.

Contributions

Follow guide

Security

To report security issues please follow guide

License

MIT

0.26.20

2 months ago

0.26.19

2 months ago

0.26.18

3 months ago

0.26.17

3 months ago

0.26.16

3 months ago

0.26.15

3 months ago

0.26.14

3 months ago

0.26.13

3 months ago

0.26.12

4 months ago

0.25.0

9 months ago

0.26.3

8 months ago

0.26.1

8 months ago

0.26.0

8 months ago

0.26.9

7 months ago

0.26.8

7 months ago

0.26.7

7 months ago

0.26.6

7 months ago

0.26.5

8 months ago

0.26.4

8 months ago

0.26.11

7 months ago

0.26.10

7 months ago

0.24.6

10 months ago

0.24.5

11 months ago

0.24.4

11 months ago

0.24.3

1 year ago

0.24.2

1 year ago

0.24.0

1 year ago

0.23.1

1 year ago

0.23.0

1 year ago

0.23.8

1 year ago

0.9.12

2 years ago

0.8.9

2 years ago

0.8.8

2 years ago

0.8.5

2 years ago

0.8.4

2 years ago

0.9.10

2 years ago

0.8.7

2 years ago

0.9.11

2 years ago

0.8.6

2 years ago

0.20.0

1 year ago

0.17.4

1 year ago

0.17.5

1 year ago

0.17.6

1 year ago

0.11.0

2 years ago

0.13.0

2 years ago

0.15.0

2 years ago

0.17.0

1 year ago

0.17.1

1 year ago

0.9.0

2 years ago

0.9.2

2 years ago

0.9.1

2 years ago

0.7.0

2 years ago

0.9.8

2 years ago

0.9.7

2 years ago

0.9.9

2 years ago

0.9.4

2 years ago

0.9.3

2 years ago

0.9.6

2 years ago

0.9.5

2 years ago

0.21.0

1 year ago

0.16.3

2 years ago

0.14.5

2 years ago

0.14.6

2 years ago

0.12.0

2 years ago

0.12.1

2 years ago

0.14.0

2 years ago

0.14.1

2 years ago

0.14.2

2 years ago

0.14.3

2 years ago

0.16.2

2 years ago

0.14.4

2 years ago

0.8.11

2 years ago

0.8.10

2 years ago

0.10.0

2 years ago

0.8.1

2 years ago

0.8.0

2 years ago

0.6.2

2 years ago

0.8.3

2 years ago

0.8.2

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.18

2 years ago

0.5.17

2 years ago

0.5.16

2 years ago

0.5.15

2 years ago

0.5.14

2 years ago

0.5.13

2 years ago

0.5.12

2 years ago

0.5.11

2 years ago

0.5.10

2 years ago

0.5.9

2 years ago

0.5.8

2 years ago

0.5.7

2 years ago

0.5.6

2 years ago

0.5.5

2 years ago

0.5.4

2 years ago

0.5.3

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.4.2

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago