Go to file
Thunnini 3de363af0f Merge branch 'main' into Thunnini/ledger-ethereum-warning
# Conflicts:
#	.pnp.cjs
#	package.json
#	yarn.lock
2022-12-18 19:42:16 +09:00
.vscode Add yarn sdk for vscode 2022-11-30 23:55:17 +09:00
.yarn Merge branch 'main' into Thunnini/ledger-ethereum-warning 2022-12-18 19:42:16 +09:00
components Change empty chain image to icns logo 2022-12-18 18:45:49 +09:00
constants Fix complete page, Fix Osmo fee in index page 2022-12-17 01:57:10 +09:00
messages Fix verification check logic 2022-12-17 01:25:10 +09:00
pages Add loading state on primary button 2022-12-18 18:38:56 +09:00
public Change empty chain image to icns logo 2022-12-18 18:45:49 +09:00
queries [WIP] Fix QA 2022-12-16 00:43:18 +09:00
styles Minor fix 2022-12-17 00:29:56 +09:00
types [WIP] Fix QA 2022-12-16 00:43:18 +09:00
utils [WIP] Fix QA 2022-12-16 00:43:18 +09:00
wallets Change typing of interface Wallet 2022-12-17 20:24:17 +09:00
.eslintignore add: eslint, prettier setting 2022-11-30 19:36:59 +09:00
.eslintrc.js Add eslint cnofig for nextjs 2022-11-30 23:58:48 +09:00
.gitignore Add Sentry 2022-12-17 20:42:56 +09:00
.pnp.cjs Merge branch 'main' into Thunnini/ledger-ethereum-warning 2022-12-18 19:42:16 +09:00
.pnp.loader.mjs Upgrade yarn version to support pnp 2022-11-30 23:18:18 +09:00
.prettierignore add: eslint, prettier setting 2022-11-30 19:36:59 +09:00
.prettierrc.js add: eslint, prettier setting 2022-11-30 19:36:59 +09:00
.yarnrc.yml Upgrade yarn version to support pnp 2022-11-30 23:18:18 +09:00
iron.config.ts Refactor logic of twitter oauth 2022-12-05 19:50:13 +09:00
next-env.d.ts init nextjs 2022-11-30 17:11:45 +09:00
next.config.js Track registration flow 2022-12-17 23:45:50 +09:00
package.json Merge branch 'main' into Thunnini/ledger-ethereum-warning 2022-12-18 19:42:16 +09:00
README.md Update README.md 2022-12-12 15:33:39 +09:00
sentry.client.config.js Add Sentry 2022-12-17 20:42:56 +09:00
sentry.properties Add Sentry 2022-12-17 20:42:56 +09:00
sentry.server.config.js Add Sentry 2022-12-17 20:42:56 +09:00
tsconfig.json init nextjs 2022-11-30 17:11:45 +09:00
window.d.ts [WIP] Add checkbox handler, chain image error handler, keplr init logic 2022-12-12 22:45:24 +09:00
yarn.lock Merge branch 'main' into Thunnini/ledger-ethereum-warning 2022-12-18 19:42:16 +09:00

icns-frontend

Development

Add an .env file and fill the following variables or manually add them in your terminal.

TWITTER_CLIENT_ID=...
TWITTER_CLIENT_SECRET=...
TWITTER_AUTH_STATE=...
TWITTER_AUTH_CALLBACK_URI=...

IRON_PASSWORD=...

# must be separated by commas
ICNS_VERIFIER_ORIGIN_LIST=http:localhost:8080,http://localhost:8081

Run the development server:

yarn install
yarn dev