0.1.0 • Published 2 years ago

@teleportdao/teleordinal v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

TeleOrdinal Protocol V1

This repository contains the smart contracts for the TeleOrdinal protocol. The repository uses Hardhat as development environment for compilation, testing and deployment tasks.

What is TeleOrdinal?

TeleOrdinal is a trustless marketplace for Bitcoin Ordinals powered by the TeleportDAO Bitcoin<>EVM bridge. Through TeleOrdinal, buyers and sellers can exchange with one another in a completely trustless and atomic process.

Community

Install Dependencies

To start, clone the codes and install the required packages using:

yarn

Compile Contracts

If you want to compile the codes enter the below command:

yarn clean & yarn build

Run Tests

You can run the full test suite with the following command:

yarn test

Deploy Contracts

You can deploy the contracts on networks specified in package.json with the following command:

yarn deploy:network