repo_id stringclasses 6
values | file_path stringlengths 35 93 | content stringlengths 38 446k | __index_level_0__ int64 0 0 |
|---|---|---|---|
test_repos/0xlarry | test_repos/0xlarry/byo_mint/Cargo.toml | [workspace]
members = [
"programs/*"
]
[profile.release]
overflow-checks = true
lto = "fat"
codegen-units = 1
[profile.release.build-override]
opt-level = 3
incremental = false
codegen-units = 1
| 0 |
test_repos/0xlarry | test_repos/0xlarry/byo_mint/LICENSE | The MIT License (MIT)
Copyright © 2024 0xLarry (Matt Treiber)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, mer... | 0 |
test_repos/0xlarry | test_repos/0xlarry/byo_mint/Cargo.lock | # This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "aead"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
dependencies = [
"generic-ar... | 0 |
test_repos/0xlarry | test_repos/0xlarry/byo_mint/.prettierignore |
.anchor
.DS_Store
target
node_modules
dist
build
test-ledger
| 0 |
test_repos/0xlarry | test_repos/0xlarry/byo_mint/README.md | ## **ByoMint - a compressed NFT (cNFT) mint program for custom minting and controlled distribution of assets on Solana.**
This program leverages **compression on Solana** enabling creators to **mint and distribute cNFTs with minter customization and control**.
**Mainnet Program ID: GnukyHhbXhqeswaZbzDiTLZeMSHMuWNT... | 0 |
test_repos/0xlarry | test_repos/0xlarry/byo_mint/Anchor.toml | [features]
seeds = false
skip-lint = false
[programs.localnet]
byo_mint = "GnukyHhbXhqeswaZbzDiTLZeMSHMuWNTNxw4buhS6zpg"
[programs.devnet]
byo_mint = "GnukyHhbXhqeswaZbzDiTLZeMSHMuWNTNxw4buhS6zpg"
[programs.mainnet]
byo_mint = "GnukyHhbXhqeswaZbzDiTLZeMSHMuWNTNxw4buhS6zpg"
[registry]
url = "https://api.apr.dev"
[pro... | 0 |
test_repos/0xlarry | test_repos/0xlarry/byo_mint/package-lock.json | "{\n \"name\": \"byo_mint\",\n \"lockfileVersion\": 2,\n \"requires\": true,\n \"package(...TRUNCATED) | 0 |
test_repos/0xlarry | test_repos/0xlarry/byo_mint/package.json | "{\n \"scripts\": {\n \"lint:fix\": \"prettier */*.js \\\"*/**/*{.js,.ts}\\\" -w\",\n (...TRUNCATED) | 0 |
test_repos/0xlarry | test_repos/0xlarry/byo_mint/tsconfig.json | "{\n \"compilerOptions\": {\n \"types\": [\"mocha\", \"chai\"],\n \"typeRoots\": [\"./node_mo(...TRUNCATED) | 0 |
test_repos/0xlarry/byo_mint | test_repos/0xlarry/byo_mint/migrations/deploy.ts | "// Migrations are an early feature. Currently, they're nothing more than this\n// single deploy scr(...TRUNCATED) | 0 |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 5