WIP - We're building the place you go to discover, share, and sell files on the web.
Go to file
2020-06-04 20:38:12 -07:00
common integration: state with powergate and transforms 2020-06-04 20:38:12 -07:00
components integration: state with powergate and transforms 2020-06-04 20:38:12 -07:00
pages integration: state with powergate and transforms 2020-06-04 20:38:12 -07:00
public/static initial commit for the application prototype 2020-06-03 09:20:54 -07:00
scenes integration: state with powergate and transforms 2020-06-04 20:38:12 -07:00
scripts initial commit for the application prototype 2020-06-03 09:20:54 -07:00
vendor initial commit for the application prototype 2020-06-03 09:20:54 -07:00
.babelrc initial commit for the application prototype 2020-06-03 09:20:54 -07:00
.gitignore initial commit for the application prototype 2020-06-03 09:20:54 -07:00
index.js Initial commit 2020-02-18 23:36:19 -08:00
nodemon.json initial commit for the application prototype 2020-06-03 09:20:54 -07:00
package.json initial commit for the application prototype 2020-06-03 09:20:54 -07:00
README.md integration: state with powergate and transforms 2020-06-04 20:38:12 -07:00
server.js integration: state with powergate and transforms 2020-06-04 20:38:12 -07:00

What is this?

Where are we today?

  • Powergate is in the process of getting fully integrated.
  • Electron application in planning!

Getting Started

If you want to help with the development, just follow these steps:

Satisfy system requirements

  • Make sure you have homebrew.
  • Make sure you run xcode-select -p, if the command does not return a response, run xcode-select --install.
  • Make sure you run brew install node.
  • Make sure you run brew install go.

Get and Setup Docker

Setup Lotus DevNet and Powergate

  • Clone the Lotus DevNet repository.
  • Run docker run --name texdevnet -e TEXLOTUSDEVNESPEED=1500 -p 1234:7777 textile/lotus-devnet.
  • Clone Powergate.
  • Follow the instructions and run the commands in the README.md file.

Run the Filecoin Client

  • Clone this repository, run the following commands:
npm install
npm run dev

Visit localhost:1337 in the browser.

Getting Involved and Becoming a Contributor

TBA