Skip to content

πŸ’  Upgradeable-first Solidity smart contract development library πŸ’ 

License

Notifications You must be signed in to change notification settings

solidstate-network/solidstate-solidity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Solidstate Solidity


asdf
The Solidstate smart contract development library.

style style style style

Packages

Solidstate is an upgradeable-first Solidity smart contract development library.

It consists of the following packages:

package description πŸ“•
@solidstate/abi contract ABIs πŸ“–
@solidstate/contracts core contracts πŸ“–
@solidstate/library functions for interacting with and validating contracts πŸ“–
@solidstate/spec portable tests which may be run against third-party implementations of core contracts πŸ“–

Development

Install dependencies via Yarn:

yarn install

Setup Husky to format code on commit:

yarn prepare

Compile contracts via Hardhat:

yarn run hardhat compile

Automatically upgrade dependencies with yarn-up:

yarn upgrade-dependencies

Testing

Test contracts with Hardhat and generate gas report using hardhat-gas-reporter:

yarn run hardhat test

Generate a code coverage report using solidity-coverage:

yarn run hardhat coverage

Publication

Publish packages via Lerna:

yarn lerna-publish