UNPKG

@foreverrbum/ethsign

Version:

This package will allow you to electronically sign documents within your application

6 lines 345 B
import NewContract from './components/NewContract'; import Sign from './components/Sign'; import CreateAndSign from './components/CreateAndSign'; import { initializeClient } from './helpers/client'; import { AppContainer as EthsignWrapper } from './components/App'; export { NewContract, initializeClient, EthsignWrapper, Sign, CreateAndSign };