Skip to content

This repository contains the core smart contracts for the Solsend protocol.

Notifications You must be signed in to change notification settings

Solsend/solsend-core

Repository files navigation

Solsend Core

This repository contains the core smart contracts for Solsend. It is not production-ready code since the code is written using Seahorse in Python, which is still in beta. However, the smart contracts are completely functional and are deployed on devnet as well.

The program ID on devnet is 4FF8j7wY3uxZPbKKRA6RYzmpfkPnbvxGvWxNaBLeino5.

The program ID on mainnet is 5tDG8LBBBohRETNRNBrQixr1bM9WGi1eUgcA75VX8nMy.

Deploy

To deploy the smart contracts in this repository:

$ solana config set --url devnet
$ solana airdrop 3
$ seahorse build
$ solana address -k target/deploy/solsend_core-keypair.json     # Get the new program id
$ seahorse build
$ anchor deploy

Build

To build the smart contracts in this repository:

$ seahorse build

NOTE: If you changed the program authority, delete the target/ folder and then build again.

About

This repository contains the core smart contracts for the Solsend protocol.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published