Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/potlock/nadabot-app
Nada.bot application https://nada.bot Sybil resistance contract aggregator on NEAR Protocol
https://github.com/potlock/nadabot-app
nadabot ndc near-protocol potlock sbyil-attack sybil sybil-resistance
Last synced: about 2 months ago
JSON representation
Nada.bot application https://nada.bot Sybil resistance contract aggregator on NEAR Protocol
- Host: GitHub
- URL: https://github.com/potlock/nadabot-app
- Owner: PotLock
- License: mit
- Created: 2024-01-02T10:34:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T04:40:31.000Z (8 months ago)
- Last Synced: 2024-05-22T18:53:14.332Z (8 months ago)
- Topics: nadabot, ndc, near-protocol, potlock, sbyil-attack, sybil, sybil-resistance
- Language: TypeScript
- Homepage: https://app.nada.bot
- Size: 1.58 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# nadabot-app
Nada.bot application https://nada.bot
## Getting Started
```bash
nvm use; npm install;
# then run the development server
npm run dev
```Open [http://localhost:3000](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:
```sh
# 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=# 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=
```