1.0.3 • Published 5 years ago

8x.pay v1.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

8x Protocol

What is it?

8x protocol is a way to enable decentralised recurring payments on the Ethereum blockchain. You can read more about it at: https://github.com/8x-protocol/whitepaper.

This repo is for the payment gateway that merchnts will use.

Contributing

To contribute, fork this repo, create a new branch, and submit a PR with your changes.

Running Locally

npm install
npm start

Code Style

  • Strip trailing whitespace
  • 2 soft indent(spaces)
  • 80 char line limit
  • semi-colons
  • alphabetize all things

Method Organization

Our components are organized in order of life-cycle events. Functions are ordered alphabetically. We recommend using an add-on for your editor for sorting if available.

React.createClass({
  displayName : '',
  propTypes: {},
  getInitialState : function() {},
  componentWillMount : function() {},
  componentWillUnmount : function() {},
  render : function() {}
});

Self Closing Tags

Components without childrens should be self closed.

<Example />

Formatting Attributes

Indent attributes for elements as shown below

<input
  type="text"
  value={this.props.example} />
1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0-alpha.0

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.4

5 years ago

0.5.3

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.5

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.42

6 years ago

0.2.41

6 years ago

0.2.40

6 years ago

0.2.39

6 years ago

0.2.38

6 years ago

0.2.35

6 years ago

0.2.34

6 years ago

0.2.33

6 years ago

0.2.31

6 years ago

0.2.30

6 years ago

0.2.29

6 years ago

0.2.28

6 years ago

0.2.27

6 years ago

0.2.26

6 years ago

0.2.25

6 years ago

0.2.24

6 years ago

0.2.23

6 years ago

0.2.22

6 years ago

0.2.21

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.37

6 years ago

0.1.36

6 years ago

0.1.35

6 years ago

0.1.34

6 years ago

0.1.33

6 years ago

0.1.32

6 years ago

0.1.31

6 years ago

0.1.30

6 years ago

0.1.29

6 years ago

0.1.27

6 years ago

0.1.26

6 years ago

0.1.25

6 years ago

0.1.24

6 years ago

0.1.23

6 years ago

0.1.22

6 years ago

0.1.21

6 years ago

0.1.20

6 years ago