Skip to content

g9d/TON-OS-DApp-Server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

This HOWTO contains instructions on how to build and configure a TON OS DApp Server in TON blockchain. The instructions and scripts below were verified on Ubuntu 20.04.

Getting Started

1. System Requirements

Configuration CPU (cores) RAM (GiB) Storage (GiB) Network (Gbit/s)
Recommended 24 192 2000 1

SSD disks are recommended for the storage.

2. Prerequisites

2.1 Set the Environment

Adjust (if needed) TON-OS-DApp-Server/scripts/env.sh

$ cd TON-OS-DApp-Server/scripts/
$ . ./env.sh 

2.2 Install Dependencies

Ubuntu 20.04:

$ ./install_deps.sh

2.3 Deploy Full Node

Deploy a full node:

$ ./deploy.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 72.2%
  • Dockerfile 13.8%
  • JavaScript 11.1%
  • DIGITAL Command Language 2.6%
  • HTML 0.3%