Skip to content

dformteam/MetaBUILD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dSuite

Wellcome to our dSuite project.

This project contant two main parts:

  • Contract
  • UI

Contract: Contant the logic code of dSuite UI: User interface wite dSuite

How to run

  1. Prerequisites

    • Nodejs
    • npm
    • Near Cli
  2. Clone this project

    git clone https://github.com/dformteam/MetaBUILD.git
    
    1. Contract

      install node module

      npm install
      

      Move to the contract folder, update your contract owner

      cd metabuid/contract
      

      Open the config file in src folder in your editor

      vi src/config.js
      

      Type your contract owner as your own

      const CONTRACT_NAME = "neutrino.testnet"; <- Replace this line by your contract name
      

      Next one, let compile the contract and deploy it into the testnet

      npx asb
      near deploy
      
    2. UI

      install node module

      npm install
      

      Update your contract name by opening the config file in backed folder

      cd metabuild/ui
      vi backed/config
      

      Then update this line

      const CONTRACT_NAME = 'neutrino.testnet'; <- Change this line
      

      Build and run the project

      npm run build
      npm run start
      

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors