The VSC node is the core of the VSC ecosystem, holding the code necessary for keeping the VSC network operational.
- If you are interested in operating the VSC node yourself and contributing to our growing network, explore the deployment repository for all the details you need to get started.
- Join our Discord server to get in touch with the VSC community and ask any questions you might have.
To regenerate the GraphQL code, run:
go run github.com/99designs/gqlgen generate
To view the GraphQL playground, start the gql
package and navigate to whatever URL specified when creating a new gql
with gql.New(...)
+ /sandbox
.