A wikipedia on NEAR Protocol
https://nlhkh.github.io/blockipedia-near/
Prerequisites:
make build
make dev-deploy
Prerequisites:
All frontend resources are under ./frontend
directory
For local development, Gatsby expects env vars from the .env.development
file
Feel free to copy from .env.development.sample
and make any change you need
make dev-frontend
make test
make test TEST_TARGET=test_name
# where `test_name` is the name of the specific test function
# e.g. "create_article_with_insufficient_fund"
# run all tests
make test-verbose
# run a specific test
make test-verbose TEST_TARGET=test_name