Create a Vesting Smart Contract
This section describes how to deploy a vesting smart contract on your specified blockchain.
const ido = require('idexo-sdk')
ido.Vesting.deployVesting(apiKey, network, depositToken, beneficiary, startTime, cliffMonth, durationMonth)
.then(res => console.log(res.data))Last updated
Was this helpful?