PotLock / nadabot-app

Nada.bot application https://nada.bot Sybil resistance contract aggregator on NEAR Protocol

Home Page:https://app.nada.bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nadabot-app

Nada.bot application https://nada.bot

Getting Started

nvm use; npm install;
# then run the development server
npm run dev

Open http://localhost:3000 with your browser to see the result.

Env vars

Create an env file named .env.local at the root of the project with the following content:

# NETWORK (testnet or mainnet)
NEXT_PUBLIC_NETWORK=testnet

# The smart contract ID (ID of the account where the contract was deployed)
# testnet: v1.nadabot.testnet
# staging: v2new.staging.nadabot.near
# mainnet: v1.nadabot.near
NEXT_PUBLIC_CONTRACT_NAME=<smart_contract_address>

# SOCIAL DB Smart Contract: v1.social08.testnet OR social.near
# Get to know more here: https://github.com/NearSocial/social-db
NEXT_PUBLIC_SOCIAL_DB_CONTRACT_ID=v1.social08.testnet

# Pinata JWT (ask Shot for the JWT Key)
PINATA_JWT=<jwt-code>

About

Nada.bot application https://nada.bot Sybil resistance contract aggregator on NEAR Protocol

https://app.nada.bot

License:MIT License


Languages

Language:TypeScript 98.0%Language:CSS 1.9%Language:JavaScript 0.0%