Skip to content

Commit

Permalink
Feature/register collection (#6)
Browse files Browse the repository at this point in the history
* working in the claim

* avoid collisions

* fix the seed

* claim is working

* add metadata struct

---------

Co-authored-by: Rodrigo Pintos <rpintos@spacedev.io>
Co-authored-by: Sebastian Camacho <sxcamacho@gmail.com>
  • Loading branch information
3 people authored Sep 10, 2024
1 parent dba9996 commit 20a0cd6
Show file tree
Hide file tree
Showing 4 changed files with 251 additions and 124 deletions.
103 changes: 19 additions & 84 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions programs/solana-hub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ cpi = ["no-entrypoint"]
no-entrypoint = []
no-idl = []
no-log-ix-name = []
idl-build = ["anchor-lang/idl-build"]
idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]

[dependencies]
anchor-lang = {version = "0.30.1",features = ["init-if-needed"] }
anchor-spl={ version = "0.30.1", features = ["metadata"] }
solana-program = "2.0.9"
solana-program="=1.18.23"
Loading

0 comments on commit 20a0cd6

Please sign in to comment.