Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/btc-vision/moto
- Owner: btc-vision
- License: other
- Created: 2024-06-24T04:05:38.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T23:28:16.000Z (4 months ago)
- Last Synced: 2024-09-17T04:02:19.635Z (4 months ago)
- Language: TypeScript
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).