Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add candy machine core program (#772)
* Add candy core program * Renamed directory to candy-machine-core * Update doc * Change program id * Fix deprecated name * Remove test folder from build * Remove extra padding from hidden section * Bump minor version * Updated IDL * Add information about the accout layout * Tweak formatting * Add instructions details * Fix mint instruction account list * Add features section * Add note formatting * Remove note formatting * Typo * removes anchor spl for compatability (#760) * Fix typos * Check if all config lines were added before mint * Add timestamp as a seed for the index * Remove unused dependency * Add CI * Better way to get items available * Update yarn.lock * Add test to yarn build * Fix imports * Build JS dependencies * Add candy machine core dependencies * Fix identation * Add build for auction_house and candy_machine * Building JS dependencies * Exporting minter module * Fix import path * More import path fix * Refactoring test files * Use local variable * Skip test during SDK build * Remove padding from values * Updated active project list * Add note about hidden settings * Update link to candy guard * remove rent * Version bump * Improve CI script * Fix JS dependencies * Change output directory * Fix files path * Update spl-token version * Downgrade spl-token * Fix dependencies * Change CI runner Co-authored-by: Austin Adams <[email protected]> Co-authored-by: Sammy <[email protected]>
- Loading branch information