Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/btc-vision/moto

Moto Token Official Repository
https://github.com/btc-vision/moto

Last synced: 28 days ago
JSON representation

Moto Token Official Repository

Awesome Lists containing this project

README

        

# Moto

![Bitcoin](https://img.shields.io/badge/Bitcoin-000?style=for-the-badge&logo=bitcoin&logoColor=white)
![AssemblyScript](https://img.shields.io/badge/assembly%20script-%23000000.svg?style=for-the-badge&logo=assemblyscript&logoColor=white)
![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)
![NodeJS](https://img.shields.io/badge/Node%20js-339933?style=for-the-badge&logo=nodedotjs&logoColor=white)
![WebAssembly](https://img.shields.io/badge/WebAssembly-654FF0?style=for-the-badge&logo=webassembly&logoColor=white)
![NPM](https://img.shields.io/badge/npm-CB3837?style=for-the-badge&logo=npm&logoColor=white)

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)

## Introduction

Moto token

## Getting Started

### Prerequisites

- Node.js version 14 or higher
- npm or Yarn

### Installation

1. Clone the repository:
```bash
git clone https://github.com/btc-vision/moto.git
```
2. Navigate to the repository directory:
```bash
cd moto
```
3. Install the necessary dependencies:
```bash
npm i
```

## Building the Contract

To build the Moto smart contract, use the following command:

```bash
npm run build
```

This command compiles the AssemblyScript code into WebAssembly, generating the contract binary in the `build/`
directory.

## License

View the license by clicking [here](https://github.com/btc-vision/wbtc/blob/main/LICENSE.md).