A collection of Solana programs maintained by the WEN developer community.
IDL and json in export folder.
To build the programs from the root directory of the repository:
npx lerna run clean
yarn install
npx lerna run build
to install the required libraries, then:
anchor build
This will create program binaries at <ROOT>/target/deploy/<program_name>.so
and IDLs at <ROOT>/target/idl/<program_name>.json
.
All program tests are located under the /tests
directory:
anchor test
This project contains the following programs:
rarible_marketplace Rarim7DMoD45z1o25QWPsWvTdFSSEdxaxriwWZLLTic
rarible_editions Rari9ftBd6vFdtpn8TDLwN2ze24KKkM5MLEETNiBMNn
rarible_editions_controls RariUNM3vz1rwxPg8UJyRAN7rSKXxgd2ncS2ddCa4ZE
packages with lerna
TBD
Check out the Contributing Guide the learn more about how to contribute to this project.
The Rarible Program Library, now has a CLI allowing users to create collections and asset related operations.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.