README
Generate vesting.js-compatible vesting provisions.
var straight48 = require('vesting-commonform')(48)
require('commonform-validate').form(straight48.form) // => true
straight48.blanks['monthly fraction'] // => '1/48th'
generate vesting.js-compatible vesting provisions
<script type="module">
import vestingCommonform from 'https://cdn.skypack.dev/vesting-commonform';
</script>
Generate vesting.js-compatible vesting provisions.
var straight48 = require('vesting-commonform')(48)
require('commonform-validate').form(straight48.form) // => true
straight48.blanks['monthly fraction'] // => '1/48th'