Forguz / arthcoin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARTH Interface

This is front-end repository of the arthcoin.com.

💻 Set Up Environment

To begin, you need to install dependencies with Yarn.

 $ yarn

You should update default provider URL because our production provider URL is limited by CORS for security. On src/config.ts, please replace it:

- defaultProvider: 'https://mainnet.infura.io/v3/OLD_PROVIDER_URL',
+ defaultProvider: 'https://mainnet.infura.io/v3/YOUR_PROVIDER_URL',

After it, you can launch the development server with following command.

 $ yarn start

About

License:MIT License


Languages

Language:TypeScript 83.9%Language:Sass 11.3%Language:CSS 3.6%Language:JavaScript 0.7%Language:HTML 0.5%