Kleros escrow react library
import React, { Component } from 'react'
import PayWithEscrowButton from 'kleros-escrow'
import 'kleros-escrow/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}In the root directory run yarn start to spin up a development server that builds new changes to /dist.
In /example run yarn start to run the test webapp that uses the built components.
MIT © satello