/stakeit.space

NuCypher's fork of @ronmnm 's stakeit.space

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

Be safe with your crypto assets!

This application is a community maintained project. We at NuCypher have every indication that this site was created by good people, but we cannot feasibly ensure that the code running here and all its dependencies are absolutely 100% safe.

As always - when interacting with web-based blockchain applications, you the user are responsible for confirming that your wallet and / or client are interacting with the correct contract.

Below are the only valid addresses for interacting with NuCypher at this time. If this application attempts to interact with any other address, please drop what you're doing and report it to security@nucypher.com and to our Discord.

~ NuCypher Team ~

NuCypher Mainnet Contracts

stakeit.space

User Interface for staking NU tokens.

Run project locally

  1. Clone repository and install dependencies:
$ git clone https://github.com/nucypher/stakeit.space.git
$ cd stakeit.space
$ npm install
  1. Start the app on port 3000:
$ npm start
and navigate to http://localhost:3000/

Production

npm build

Set process.env.WEB3_PROVIDER_URI on the host server as a fallback provider.

license