Skip to content

Dandidcee/Inery-Node-Task-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Inery Task 4

Perintah awal

  1. Install Curl

    apt install curl install curl
    
  2. Install NodeJS

    curl -fsSL https://deb.nodesource.com/setup_19.x | sudo -E bash - &&\
    sudo apt install -y nodejs
    
  3. NPM install

    apt install NPM
    

Instalasi

  1. Clone Repo

    git clone https://github.com/alteregogi/Ineryjs/tree/master/example
    
  2. Masuk Ke direktori Repo

    cd ineryjs
    
  3. Install NPM Pakage

    npm install
    
  4. copy file .envsample dan ubah namanya menjadi .env

    cp .envsample .env
    
  5. edit .env file sesuai dengan data anda di web Inery

    nano .env
    

    setelah itu ctrl+x enter, ketik y enter.

  6. jalankan RPC yang telah di buat

    npm run rpc-example
    

dahlah segitu aja bang :D

Original code and resource by : alteregogi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published