8000 GitHub - satz07/creator-tutorial
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

satz07/creator-tutorial

Repository files navigation

Creator Tutorial

Overview

TradeTrust Creator Tutorial is a guide to help developers understand and implement TradeTrust's document creation process. This tutorial provides step-by-step instructions for creating, deploying, and managing transferable documents using the TradeTrust framework.

Prerequisites

  • Node.js (v18 or higher)
  • npm
  • Basic understanding of blockchain technology and smart contracts

Setting Up the Project

Follow these steps to set up the project locally:

  1. Clone the repository:
git clone https://github.com/TradeTrust/creator-tutorial.git
cd creator-tutorial
  1. Install dependencies:

Use npm to install the necessary dependencies:

npm install
  1. Copy the environment file and configure your settings:
cp .env.sample .env

Update the .env file with your settings for DOMAIN, WALLET_PRIVATE_KEY, and NET.

  1. Excute the pre scripts:
npm run generate:did-web
npm run deploy:token-registry
  1. Run the development server:
npm run dev

Related Projects

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0