A webapp that makes Skynet accessible to web browsers.
This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Matthew Sevey b001e953cc
Remove duplicated documentation and point to developer docs
2021-10-12 09:42:30 -04:00
.github fix health check script invalid syntax 2021-10-06 14:21:58 +02:00
changelog changelog 2021-10-08 09:10:46 +02:00
docker expose upload-concat header for tus 2021-10-05 21:08:53 +02:00
packages Merge pull request #1254 from SkynetLabs/dependabot/npm_and_yarn/packages/dashboard/tailwindcss/forms-0.3.4 2021-10-04 15:28:27 +02:00
scripts fix health check script invalid syntax 2021-10-06 14:21:58 +02:00
setup-scripts Remove duplicated documentation and point to developer docs 2021-10-12 09:42:30 -04:00
.gitignore clean up webapp directory and update some deps 2021-06-17 14:40:02 +02:00
.prettierignore Accounts (#554) 2021-04-01 15:15:37 +02:00
CHANGELOG.md Add changelog generator and initial changelog 2021-09-02 12:40:34 -04:00
LICENSE.md change license to custom 2021-03-15 12:58:02 +01:00
README.md Remove duplicated documentation and point to developer docs 2021-10-12 09:42:30 -04:00
dc fix for osx and vars that contain spaces (#825) 2021-05-31 14:36:47 +02:00
docker-compose.accounts.yml drop caddy as proxy 2021-08-27 14:15:22 +02:00
docker-compose.jaeger.yml adjust docker services logging (missing ones) 2021-07-12 13:58:25 +02:00
docker-compose.uploads.yml Accounts (#554) 2021-04-01 15:15:37 +02:00
docker-compose.yml Enable mongodb in docker-compose.yml for skyd 2021-10-07 17:35:06 +02:00

README.md

Skynet Portal

Web application

Change current directory with cd packages/website.

Use yarn start to start the development server.

Use yarn build to compile the application to /public directory.

You can use the below build parameters to customize your web application.

  • development example GATSBY_API_URL=https://siasky.dev yarn start
  • production example GATSBY_API_URL=https://siasky.net yarn build

List of available parameters:

  • GATSBY_API_URL: override api url (defaults to location origin)

License

Skynet uses a custom License. The Skynet License is a source code license that allows you to use, modify and distribute the software, but you must preserve the payment mechanism in the software.

For the purposes of complying with our code license, you can use the following Siacoin address:

fb6c9320bc7e01fbb9cd8d8c3caaa371386928793c736837832e634aaaa484650a3177d6714a

Running a Portal

For those interested in running a Webportal, head over to our developer docs here to learn more.

Contributing

Testing Your Code

Before pushing your code, you should verify that it will pass our online test suite.

Cypress Tests Verify the Cypress test suite by doing the following:

  1. In one terminal screen run GATSBY_API_URL=https://siasky.net website serve
  2. In a second terminal screen run yarn cypress run