Mokshya Protocol
  • Mokshya
  • Aptos
    • candymachine
      • Installation
      • Preparing your assets
      • Prepare config.json
      • Initialize Candy Machine
      • Update Whitelist
      • Mint UI
    • Token Staking
      • Installation
      • Staking Creation and Control
      • Stake Token
      • Claim Reward and Unstake
    • Token Vesting
      • Installation
      • Vesting Operations
Powered by GitBook
On this page
  • Install Aptos CLI
  • Clone Repositor
  • Deploy Token Vesting Smart Contract
  1. Aptos
  2. Token Vesting

Installation

PreviousToken VestingNextVesting Operations

Last updated 2 years ago

Install Aptos CLI

Install Aptos from here https://aptos.dev/cli-tools/aptos-cli-tool/use-aptos-cli

Clone Repositor

Clone Mokshya Protocols Token Vesting Smart Contract from https://github.com/mokshyaprotocol/aptos-token-vesting

Deploy Token Vesting Smart Contract

Inside the aptos-token-vesting contract directory. Use following Command to create an aptos account

aptos init

Copy the aptos account key and use it to publish the aptos-token-vesting smart contract

aptos move publish --named-addresses token_vesting=0x4bfd86460187924e73972db0b68e5f1b983e02aca6e979e31483685e14738b74

Replace 0x4bfd86460187924e73972db0b68e5f1b983e02aca6e979e31483685e14738b74 with your account address.