Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add attestation registry for metadata uploads #58

Merged
merged 2 commits into from
Mar 11, 2024

Conversation

corydickson
Copy link
Collaborator

This PR is the pre 1.0 version interacting with the attestation registry contract to upload metadata for bos components

@corydickson corydickson marked this pull request as ready for review March 8, 2024 17:10
const argsBase64 = Buffer.from(JSON.stringify(manifest)).toString("base64");
const packageRoot = path.resolve(__dirname, "..");
const nearBinaryPath = path.join(packageRoot, "node_modules", ".bin", "near");
const REGISTRY_ADDRESS = "efficacious-mother.testnet";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

@elliotBraem elliotBraem merged commit 472b7bf into NEARBuilders:main Mar 11, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants