Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
FOMO3D
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
RichardW
FOMO3D
Commits
ecb8d3c6
Commit
ecb8d3c6
authored
Aug 24, 2018
by
gudqs7
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme
parent
0085ead2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
README.md
README.md
+7
-2
No files found.
README.md
View file @
ecb8d3c6
## 说明
## 说明
本项目通过reed 大佬的
[
fomo3d_clone
](
https://github.com/reedhong/fomo3d_clone
)
项目改造而成, 感谢 reed 大佬!!!
本项目通过reed 大佬的
[
fomo3d_clone
](
https://github.com/reedhong/fomo3d_clone
)
项目改造而成, 感谢 reed 大佬!!!
此项目部署方式经实测仅可用于单节点(如 ganache-cli, testrpc, truffle develop, 私链), 一键的原理是用
`deployer.then`
在合约部署完后调用 set 方法将合约地址赋值
测试 kovan(infura 节点) 失败, ropsten 有一次成功了, 但后来 gasLimit 又下去了就一直没法测试了
## 本地部署指南
## 本地部署指南
...
@@ -35,9 +40,9 @@ cd ../../
...
@@ -35,9 +40,9 @@ cd ../../
npm install & npm run start
npm install & npm run start
```
```
#### 游戏激活
(不激活就处于 ICO 中? 不懂...)
#### 游戏激活
> 刚想到一个不一定靠谱的简单方式, 把 migrations 下那个 js 里面加一个 activate 的方法调用
> 刚想到一个不一定靠谱的简单方式, 把 migrations 下那个 js 里面加一个 activate 的方法调用
(当前默认直接激活了)
```
```
npm install remix-ide -g # 安装个本地的 remix-ide
npm install remix-ide -g # 安装个本地的 remix-ide
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment