Skip to content
TrueChain Stellar run on Ethereum
Branch: master
Clone or download
Latest commit 6b8cb6f Apr 29, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
public
server
src 🛠 fix bug Apr 29, 2019
.eslintignore
.gitignore 📦 upgrade the framework to vue-cli 3 Apr 29, 2019
README.md
babel.config.js 📦 upgrade the framework to vue-cli 3 Apr 29, 2019
package-lock.json ⚙️ update uint input Apr 29, 2019
package.json 📦 upgrade solc version Apr 29, 2019
vue.config.js 📦 upgrade the framework to vue-cli 3 Apr 29, 2019

README.md

Stellar

TrueChain Dashboard

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

Compile Server

# Start a simple solidity compilation service on port 3000
node server/index.js
├── server                          =>  合约编译服务
├── src
│   ├── App.vue                     =>  入口组件
│   ├── api-config
│   │   └── index.js                =>  合约编译服务配置
│   ├── components
│   │   ├── Deploy.vue              =>  合约部署页面
│   │   ├── Hello.vue               =>  欢迎页面
│   │   ├── Interact.vue            =>  合约调用页面
│   │   ├── Log.vue                 =>  交易日志页面
│   │   ├── Transfer.vue            =>  转账页面
│   │   └── common                  =>  通用组件
│   ├── language                    =>  全球化配置
│   ├── main.js                     =>  入口文件
│   ├── router                      =>  路由配置
│   ├── store                       =>  vuex
│   └── style.styl                  =>  样式初始化
└── static
    ├── contracts.json              =>  默认合约配置
    └── network.json                =>  默认网络配置
You can’t perform that action at this time.