1.1.0 • Published 6 years ago

@solidstudio/sample-contracts v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

@solidstudio/sample-contracts

Sample contracts used in the Solid project for testing purposes.

Usage

import { SmartContractInfo } from '@solidstudio/sample-contracts'

const simpleStorage = SmartContractInfo.SimpleStorage;

const ABI = simpleStorage.ABI;
const Bytecode = simpleStorage.ByteCode;
1.1.0

6 years ago

1.0.0

6 years ago