Moto token
- Node.js version 14 or higher
- npm or Yarn
- Clone the repository:
git clone https://github.com/btc-vision/moto.git
- Navigate to the repository directory:
cd moto
- Install the necessary dependencies:
npm i
To build the Moto smart contract, use the following command:
npm run build
This command compiles the AssemblyScript code into WebAssembly, generating the contract binary in the build/
directory.
View the license by clicking here.