Skip to content

Refs/heads/master#266

Open
Themoor1 wants to merge 2 commits intobase:masterfrom
Themoor1:master
Open

Refs/heads/master#266
Themoor1 wants to merge 2 commits intobase:masterfrom
Themoor1:master

Conversation

@Themoor1
Copy link
Copy Markdown

@Themoor1 Themoor1 commented Apr 6, 2026

Summary

How did you test your changes?

This workflow generates SLSA provenance files for projects, satisfying level 3 requirements. It includes steps for building artifacts and generating subjects for provenance.
avax1ju2khnvkex4u30rt5jm5x8jd3jdfhvawg7ed9ximport asyncio
from cdp import CdpClient
from dotenv import load_dotenv

load_dotenv()

async def main():
    # 'async with' automatically handles cdp.close()
    async with CdpClient() as cdp:
        # Create a new EVM account
        account = await cdp.evm.create_account()
        
        print(f"Created EVM account: {account.address}")
        
        # Optional: Create a named account for easier retrieval later
        # named_account = await cdp.evm.get_or_create_account(name="my-app-wallet")
        # print(f"Named account: {named_account.address}")

if __name__ == "__main__":
    asyncio.run(main())
@cb-heimdall
Copy link
Copy Markdown
Collaborator

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

@Themoor1
Copy link
Copy Markdown
Author

pending checks
Heimdall Review Status
Heimdall Review StatusWaiting for status to be reported — Additional reviews required
Required
Lint Check
Lint CheckExpected — Waiting for status to be reported
Required
Tests (20.x)
Tests (20.x)Expected — Waiting for status

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.

2 participants